Skip to content

Instantly share code, notes, and snippets.

@e-e-e
Forked from ajmaradiaga/BluetoothRestart
Created September 22, 2017 14:57
Show Gist options
  • Select an option

  • Save e-e-e/925d8c26a45c23be4012875d65a5961a to your computer and use it in GitHub Desktop.

Select an option

Save e-e-e/925d8c26a45c23be4012875d65a5961a 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