Skip to content

Instantly share code, notes, and snippets.

@wfaler
Last active August 7, 2019 08:05
Show Gist options
  • Save wfaler/a956e90eb8f1102ceb48e132e447bd0a to your computer and use it in GitHub Desktop.
Save wfaler/a956e90eb8f1102ceb48e132e447bd0a to your computer and use it in GitHub Desktop.
Fixes stuttering bt on 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 coreaudiod
sudo killall bluetoothaudiod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment