Skip to content

Instantly share code, notes, and snippets.

@strathmeyer
Created February 19, 2013 21:31

Revisions

  1. strathmeyer created this gist Feb 19, 2013.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Max (editable)" 80
    defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 48
    defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool (editable)" 40
    defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool" 48
    defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Max" 53
    defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Min" 48
    defaults write com.apple.BluetoothAudioAgent "Stream - Flush Ring on Packet Drop (editable)" 30
    defaults write com.apple.BluetoothAudioAgent "Stream - Max Outstanding Packets (editable)" 15
    defaults write com.apple.BluetoothAudioAgent "Stream Resume Delay" "0.75"