|
New theory
I have a new theory.
Summarizing, these are the things not working properly:
- BT speed limited to 115kbps.
- BT and WLAN not working properly together.
- Audio not routed to BT Radio.
Well, now I think our problem is we cannot initialize the BT Radio chip (TI BRF6150). Its default speed is 115200bps (the ONLY ONE we can use). If I've understood correctly what I've read over there, the speed can be changed with one of the bts (Bluetooth script) files: RadioInitPostLoadScript.
To make BT and WLAN work together, there are two more bts: RadioWLANCoexEnableScript and RadioWLANCoexDisableScript.
To enable or disable audio routing we have two more: BTVoiceDisableScript and BTVoiceEnableScript.
So it seems each thing not working has a bts related. Maybe our bts files or the library that uses them are not working??? With our current configuration, it's exactly the same having or not this scripts set up in the registry. It seems they are not really doing anything.
What do you think?
|