Created
September 30, 2015 23:59
-
-
Save gpoole/a06e1dac1fb94938fbfa to your computer and use it in GitHub Desktop.
Restart blued (OSX)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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