Searched refs:link_peer_supports_data_integrity_check (Results 1 – 1 of 1) sorted by relevance
/btstack/src/ |
H A D | hci_transport_h5.c | 130 static uint8_t link_peer_supports_data_integrity_check; variable 272 …sport_link_calc_header(buffer, link_seq_nr, link_ack_nr, link_peer_supports_data_integrity_check, … in hci_transport_link_send_queued_packet() 275 …ppend dic %u", link_seq_nr, link_ack_nr, hci_packet_size, link_peer_supports_data_integrity_check); in hci_transport_link_send_queued_packet() 288 …hci_transport_link_calc_header(buffer, 0, 0, link_peer_supports_data_integrity_check, 0, LINK_CONT… in hci_transport_link_send_control() 294 …ebug("send control: size %u, append dic %u", message_len, link_peer_supports_data_integrity_check); in hci_transport_link_send_control() 448 link_peer_supports_data_integrity_check = 0; in hci_transport_link_init() 579 link_peer_supports_data_integrity_check = (config & 0x10) != 0; in hci_transport_h5_process_frame() 580 …ponse 0x%02x, data integrity check supported %u", config, link_peer_supports_data_integrity_check); in hci_transport_h5_process_frame()
|