I have come across some nice info but need a bit of help in the process. I am not that skilled in Mac, so please ....
- Where can I access the below code for configuration?
I mean exactly where. File, Terminal???? on my Mac Mini / Lion
-----------------------------
On the computer, you can influence the amount of compression the SBC codec applies by modifying the editable Bluetooth compression variables listed here:
$ defaults read com.apple.BluetoothAudioAgent
{
"Apple Bitpool Max (editable)" = 64;
"Apple Bitpool Min (editable)" = 35;
"Apple Initial Bitpool (editable)" = 40;
"Negotiated Bitpool" = 35;
"Negotiated Bitpool Max" = 53;
"Negotiated Bitpool Min" = 35;
"Stream - Flush Ring on Packet Drop (editable)" = 0;
"Stream - Max Outstanding Packets (editable)" = 15;
}
Do this by issuing defaults write <variable> = <value>. Don't forget the quotation marks in the variable names. However, when I cranked up the bitpool settings too far, the headset wouldn't produce any audio anymore.
-------------------
The above is the Stereo Bluetooth settings for Mac.... I have issues getting the pairing right for my Nokia BH-604... Thx
- Where can I access the below code for configuration?
I mean exactly where. File, Terminal???? on my Mac Mini / Lion
-----------------------------
On the computer, you can influence the amount of compression the SBC codec applies by modifying the editable Bluetooth compression variables listed here:
$ defaults read com.apple.BluetoothAudioAgent
{
"Apple Bitpool Max (editable)" = 64;
"Apple Bitpool Min (editable)" = 35;
"Apple Initial Bitpool (editable)" = 40;
"Negotiated Bitpool" = 35;
"Negotiated Bitpool Max" = 53;
"Negotiated Bitpool Min" = 35;
"Stream - Flush Ring on Packet Drop (editable)" = 0;
"Stream - Max Outstanding Packets (editable)" = 15;
}
Do this by issuing defaults write <variable> = <value>. Don't forget the quotation marks in the variable names. However, when I cranked up the bitpool settings too far, the headset wouldn't produce any audio anymore.
-------------------
The above is the Stereo Bluetooth settings for Mac.... I have issues getting the pairing right for my Nokia BH-604... Thx