Skip to content

Instantly share code, notes, and snippets.

@weblogix
Created April 12, 2018 03:54
Show Gist options
  • Save weblogix/1f0a23e70d563275b19288a771acef90 to your computer and use it in GitHub Desktop.
Save weblogix/1f0a23e70d563275b19288a771acef90 to your computer and use it in GitHub Desktop.
MacOS Bluetooth reset
# Reset Bluetooth settings on MacOS 10.12 (probably above, too)
sudo rm -f /Library/Preferences/com.apple.Bluetooth.plist
rm -f ~/Library/Preferences/ByHost/com.apple.Bluetooth.*
<Reboot>
# Restart Bluetooth Daemon
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.blued.plist
sudo launchctl load /System/Library/LaunchDaemons/com.apple.blued.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment