Skip to content

Instantly share code, notes, and snippets.

@rupakg
Forked from ajmaradiaga/BluetoothRestart
Last active September 16, 2015 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rupakg/4a9e16aac3c9a62cc58b to your computer and use it in GitHub Desktop.
Save rupakg/4a9e16aac3c9a62cc58b 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment