Searched refs:hci_transport_link_calc_header (Results 1 – 1 of 1) sorted by relevance
/btstack/src/ |
H A D | hci_transport_h5.c | 229 static void hci_transport_link_calc_header(uint8_t * header, in hci_transport_link_calc_header() function 272 …hci_transport_link_calc_header(buffer, link_seq_nr, link_ack_nr, link_peer_supports_data_integrity… 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() 303 hci_transport_link_calc_header(header, 0, link_ack_nr, 0, 0, LINK_ACKNOWLEDGEMENT_TYPE, 0); in hci_transport_link_send_ack_packet()
|