Tool/software:
We are using the WL1837MOD for Wi-Fi and Bluetooth in our embedded device. We would like to update our Bluetooth to the latest service package release from here https://www.ti.com/tool/WL18XX-BT-SP. The SP version is wl18xx_bt_sp_v4.8.
According to our Bluetooth Service Pack Update Procedure, we are supposed to open the TIInit_11.8.32.bts file with HCITester and comment out the following lines of code at the end of the BTS file to disable sleep mode.
The following is an example:
# ----------------- Sleep mode configuration -------------------------------------------------------------
# Sleep mode configuration- default is HCILL sleep protocol
# Send_HCI_VS_Sleep_Mode_Configurations 0xFD0C, 0x00, 0x01, 0x00, 0xff, 0xff, 0xff, 0xff, 0x0064
# Wait_HCI_Command_Complete_VS_Sleep_Mode_Configurations_Event 5000, 0x00, 0xfd0c, 0x00
When I try to open the TIInit_11.8.32.bts file with HCITester I get the following error:
The HCITester version I am using is 3.0.0.37. Does HCITester support opening the wl18xx_bt_sp_v4.8 version of BTS files?
Also, when I open the TIInit_11.8.32.bts in hex editor, I don't see the HCI Sleep commands above at the end of the BTS file. Is the HCILL sleep protocol enabled by default in the SP 4.8 BTS file?