Hi All,
Our platform is software: wilink6 + Wince compact 2013 and hardware: wl1271.
In the process of running script ( which is implemented in function RunScript() in file bthci.cpp and the script file is brf61_7.6.15.bts), wl1271 send a event to host. I print out the event context as below:
04 10 01 06
Refer to Bluetooth specification, 0x04 means it is a event packet. 0x10 means Hardware Error ocurred in the wl1271 module. 0x01 means parameter length is 1 and 0x06 is the hardware codes.
I do not know what does the hardware code 0x06 mean? Could you give me a hint on this topic or correct me if I am wrong.
Thank you!