Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci_transport_h5.c105 static const uint8_t link_control_config[] = { 0x03, 0xfc, LINK_CONFIG_FIELD}; variable
319 hci_transport_link_send_control(link_control_config, sizeof(link_control_config)); in hci_transport_link_send_config()
567 if (memcmp(slip_payload, link_control_config, link_control_config_prefix_len) == 0){ in hci_transport_h5_process_frame()
624 … if (memcmp(slip_payload, link_control_config, sizeof(link_control_config)) == 0){ in hci_transport_h5_process_frame()