Processing commands sent to CYW20706 and 0x19 byte

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

Every command a host sends to CYW20706 / 07 starts with 0x19. There is a function "uint32_t hci_control_proc_rx_cmd( uint8_t *p_data, uint32_t length )" to handle various commands received over UART. I would like to know where in the code the CYW20706 / 07 makes sure that the first byte is 0x19.

Please point me to the appropriate code.

Thank you,

Pravinkumar

0 Likes
1 Solution
JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

This processing is not exposed in the SDK. You can use the RAW UART interface if you would like to do the processing in your application instead of using WICED_HCI.

Jacob

View solution in original post

0 Likes
2 Replies
JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

This processing is not exposed in the SDK. You can use the RAW UART interface if you would like to do the processing in your application instead of using WICED_HCI.

Jacob

0 Likes
Anonymous
Not applicable

Thank you Jacob

0 Likes