Skip to content

Instantly share code, notes, and snippets.

@cem2ran
Created September 16, 2016 12:55
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 cem2ran/c1ef0c0b61d1dc58b83eb033dbeb1728 to your computer and use it in GitHub Desktop.
Save cem2ran/c1ef0c0b61d1dc58b83eb033dbeb1728 to your computer and use it in GitHub Desktop.
Bose QC35 bass distortion on Macbook fix
defaults read com.apple.BluetoothAudioAgent > ~/com.apple.BluetoothAudioAgent.defaults.txt
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