Created
September 16, 2016 12:55
-
-
Save cem2ran/c1ef0c0b61d1dc58b83eb033dbeb1728 to your computer and use it in GitHub Desktop.
Revisions
-
cem2ran created this gist
Sep 16, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ 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