Skip to content

Instantly share code, notes, and snippets.

@consti
Created August 25, 2016 08:45
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 consti/8bb686c09c393917b874a88b10d2e31f to your computer and use it in GitHub Desktop.
Save consti/8bb686c09c393917b874a88b10d2e31f to your computer and use it in GitHub Desktop.
Bluetooth core settings Mac
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
sudo killall bluetoothaudiod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment