Skip to content

Instantly share code, notes, and snippets.

@nhnam
Forked from mdwheele/yosemite-sound-issues.md
Created January 20, 2016 07:25
Show Gist options
  • Save nhnam/ae5e4fa0c5882351e31f to your computer and use it in GitHub Desktop.
Save nhnam/ae5e4fa0c5882351e31f to your computer and use it in GitHub Desktop.
Fix Yosemite Bluetooth Sound Issues
  1. Run the following in your terminal.
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Max (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool Min (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool" 80
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Max" 80
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Min" 80
  1. Restart bluetooth (turn it off and on)
  2. Connect as usual
  3. No more popping! At least for me.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment