Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eralpkaraduman/f86a341b2dfa58e6826522db0e6d8116 to your computer and use it in GitHub Desktop.
Save eralpkaraduman/f86a341b2dfa58e6826522db0e6d8116 to your computer and use it in GitHub Desktop.
# Solves these issues;
# * Wireles headphone pairing takes forever
# * Wireles headphone is paired but keeps disconnecting
sudo defaults write /Library/Preferences/com.apple.Bluetooth.plist ControllerPowerState 0
sudo defaults write /Library/Preferences/com.apple.Bluetooth.plist ControllerPowerState 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment