Skip to content

Instantly share code, notes, and snippets.

@xperimental
Created June 19, 2013 13:42
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 xperimental/5814422 to your computer and use it in GitHub Desktop.
Save xperimental/5814422 to your computer and use it in GitHub Desktop.
defaults read com.apple.BluetoothAudioAgent
{
"Apple Bitpool Max (editable)" = 64;
"Apple Bitpool Min (editable)" = 2;
"Apple Initial Bitpool (editable)" = 30;
"Negotiated Bitpool" = 30;
"Negotiated Bitpool Max" = 53;
"Negotiated Bitpool Min" = 2;
"Stream - Flush Ring on Packet Drop (editable)" = 0;
"Stream - Max Outstanding Packets (editable)" = 30;
"Stream Resume Delay" = "0.75";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment