Skip to content

Instantly share code, notes, and snippets.

@mdwheele
Created October 22, 2014 00:25
Show Gist options
  • Select an option

  • Save mdwheele/0b478ec82714e47aec3b to your computer and use it in GitHub Desktop.

Select an option

Save mdwheele/0b478ec82714e47aec3b 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.
@lukasa1993

Copy link
Copy Markdown

it still switches to low quality on skype calls

@danielcompton

Copy link
Copy Markdown

@lukasa1993 the low quality is because it is turning on the Mic and going into the Handset profile (which sounds terrible)

@ITJamie

ITJamie commented May 22, 2017

Copy link
Copy Markdown

Anyone know how to stop the bluetooth mic from enabling by default?

@oit63

oit63 commented Jan 4, 2018

Copy link
Copy Markdown

Thank you ! it do works!

@weborican

Copy link
Copy Markdown

Has anyone figured out how to prevent the Bluetooth device from automatically enabling itself? It is quite the chore to having to deselect it every single time the headphones connect to the computer (handset profile sound is awful).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment