Skip to content

Instantly share code, notes, and snippets.

@gpoole
Created September 30, 2015 23:59
Show Gist options
  • Save gpoole/a06e1dac1fb94938fbfa to your computer and use it in GitHub Desktop.
Save gpoole/a06e1dac1fb94938fbfa to your computer and use it in GitHub Desktop.
Restart blued (OSX)
# https://discussions.apple.com/message/12448781
defaults write /Library/Preferences/com.apple.Bluetooth.plist ControllerPowerState 0
defaults write /Library/Preferences/com.apple.Bluetooth.plist ControllerPowerState 1
killall blued
launchctl unload /System/Library/LaunchDaemons/com.apple.blued.plist
launchctl load /System/Library/LaunchDaemons/com.apple.blued.plist
launchctl start com.apple.blued
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment