Hi,
I have the ble5_host_test project loaded onto my development board. When I send the command "GapScan_disable" I get the following response packet :
0x04, 0xFF, 0x06, 0x7F, 0x06, 0x12, 0x52, 0xFE, 0x00
From the TI HCI docs I have been able to ascertain that this is an Event packet ( the leading 0x04), but I have been unable to find information on decoding the remainder of the packet.
Is there someplace where I can find this decode information ?
Thank you
Roy