我成功地从我的核-64板与我的IDB05A1通信。
我让它被发现并将我的手机与它配对。但是,配对后,设备立即与我的手机断开连接。在断开连接之前,我收到无法破译的 HCI 事件:
0x04 0xff 0x0b 0x01 0x0c 0x01 0x08 0x04 0x00 0x02 0x00 0x00 0x02 0x00
请帮我破译这个。 包含命令和事件的数据表
0x04 //HCI event
0xff //Vendor specific
0x0b //Contains 0b(12) bytes
0x01, 0x0c //BLUEnrg event code
0x......
这是什么事件?
此事件看起来与问题无关。它指示某个属性的修改值。
HCI 事件数据包:
0x04 //HCI event
0xff //Vendor specific
0x0b //Contains 0b(11) bytes
0x01 0x0c 0x01 0x08 0x04 0x00 0x02 0x00 0x00 0x02 0x00 //Event data
事件数据:
0x0c01 //ACI_GATT_ATTRIBUTE_MODIFIED_EVENT
0x0801 //The connection handle which modified the attribute
0x0004 //Handle of the attribute that was modified
0x0002 //Length of the attribute data
0x00 //Offset
0x0002 //The modified value