Skip to content

Instantly share code, notes, and snippets.

@slant
Created September 20, 2016 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slant/469484173e21e2cdfc512e63d5044dfd to your computer and use it in GitHub Desktop.
Save slant/469484173e21e2cdfc512e63d5044dfd to your computer and use it in GitHub Desktop.
Improving bluetooth audio quality on OS X (both incoming and outgoing)
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Max (editable)" 80;
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 43;
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool (editable)" 80;
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool Min (editable)" 43;
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" 43;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment