Skip to content

Instantly share code, notes, and snippets.

@jottr
Created January 3, 2015 22:41
Show Gist options
  • Save jottr/0d404a9044bd763c169a to your computer and use it in GitHub Desktop.
Save jottr/0d404a9044bd763c169a to your computer and use it in GitHub Desktop.
mavericks bluetooth audio quality settings.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment