Skip to content

Instantly share code, notes, and snippets.

@peterlozano
Created February 18, 2016 11:27
Show Gist options
  • Save peterlozano/0fb37a9eaefca11a8b27 to your computer and use it in GitHub Desktop.
Save peterlozano/0fb37a9eaefca11a8b27 to your computer and use it in GitHub Desktop.
#!/bin/sh
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
defaults read com.apple.BluetoothAudioAgent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment