Skip to content

Instantly share code, notes, and snippets.

@mdwheele
Created October 22, 2014 00:25
Show Gist options
  • Star 28 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save mdwheele/0b478ec82714e47aec3b to your computer and use it in GitHub Desktop.
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.
@AndreClaassen1
Copy link

Thank you. It seems to help

@Zearin
Copy link

Zearin commented Jan 22, 2015

FYI, if you open Bluetooth Explorer, then select Utilities > Special Options…, there are settings for the bitpool min and max values (although there are just 2 of them). They seem to have a maximum value of 64.

Of course, it’s totally possible that the UI limits the value to a maximum of 64, while the software may be able to take higher numbers. I’m not certain.

Thought I’d mention it, just in case it matters. (Probably not. But, you know…“just in case”.)

@Domen988
Copy link

I had a squeaking sound problem and this seems to help a bit. Still not perfect though.
Thanks!

@notyoyoma
Copy link

Awesome, worked for me. Thanks!

@gugote
Copy link

gugote commented Feb 22, 2016

3hs and counting, works perfect. Thanks!

@lukasa1993
Copy link

it still switches to low quality on skype calls

@danielcompton
Copy link

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

@ITJamie
Copy link

ITJamie commented May 22, 2017

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

@oit63
Copy link

oit63 commented Jan 4, 2018

Thank you ! it do works!

@weborican
Copy link

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