Skip to content

Instantly share code, notes, and snippets.

@ajmaradiaga
Created April 27, 2011 00:16
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save ajmaradiaga/943466 to your computer and use it in GitHub Desktop.
Save ajmaradiaga/943466 to your computer and use it in GitHub Desktop.
Force Bluetooth Restart on Mac
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.blued.plist
sudo launchctl load /System/Library/LaunchDaemons/com.apple.blued.plist
@mmcev106
Copy link

This does not seem to work on El Capitan.

@victorhguillen
Copy link

victorhguillen commented Aug 16, 2016

@lukesUbuntu
Copy link

lukesUbuntu commented Aug 29, 2016

@victorhguillen thanks that worked!

@tispratik
Copy link

None of the solutions are working for me on Mac Sierra. The Shift + Option + Click is not showing the "Debug" option. Any other ideas?

@tispratik
Copy link

tispratik commented Dec 4, 2017

$ sudo launchctl unload /System/Library/LaunchDaemons/com.apple.blued.plist    
/System/Library/LaunchDaemons/com.apple.blued.plist: Operation not permitted while System Integrity Protection is engaged

@tispratik
Copy link

Finally, the following worked for me:

- Remove all connected USB and other devices
- $ sudo rm -f /Library/Preferences/com.apple.Bluetooth.plist
- $ rm -f ~/Library/Preferences/ByHost/com.apple.Bluetooth.*
- Shut down
- Wait for 1 minute
- Start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment