Skip to content

Instantly share code, notes, and snippets.

@rodmcnew
Last active November 23, 2020 19:14
Show Gist options
  • Save rodmcnew/7928ab17612ab71ddb4ee6d7faa9d3d2 to your computer and use it in GitHub Desktop.
Save rodmcnew/7928ab17612ab71ddb4ee6d7faa9d3d2 to your computer and use it in GitHub Desktop.
How to MacOs
#from https://apple.stackexchange.com/questions/159548/prevent-auto-pairing-for-certain-devices-bluetooth
#mac address from sudo defaults read /Library/Preferences/com.apple.Bluetooth.plist DeviceCache
sudo defaults write /Library/Preferences/com.apple.Bluetooth.plist IgnoredDevices -array-add 88-d0-39-c3-ee-31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment