Home
last modified time | relevance | path

Searched refs:link_control_sync_response (Results 1 – 1 of 1) sorted by relevance

/btstack/src/
H A Dhci_transport_h5.c104 static const uint8_t link_control_sync_response[] = { 0x02, 0x7d}; variable
314 hci_transport_link_send_control(link_control_sync_response, sizeof(link_control_sync_response)); in hci_transport_link_send_sync_response()
549 … if (memcmp(slip_payload, link_control_sync_response, sizeof(link_control_sync_response)) == 0){ in hci_transport_h5_process_frame()