Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci_transport_h5.c233 uint8_t reliable_packet, in hci_transport_link_calc_header() argument
238 if (reliable_packet == 0) { in hci_transport_link_calc_header()
242 …ence_nr | (acknowledgement_nr << 3) | (data_integrity_check_present << 6) | (reliable_packet << 7); in hci_transport_link_calc_header()
499 uint8_t reliable_packet = (slip_header[0] & 0x80) != 0; in hci_transport_h5_process_frame() local
503 …acket type %u, seq_nr %u, ack_nr %u , dic %u, payload 0x%04x bytes", reliable_packet, link_packet_… in hci_transport_h5_process_frame()
596 if (reliable_packet){ in hci_transport_h5_process_frame()
608 if (reliable_packet || link_packet_type == LINK_ACKNOWLEDGEMENT_TYPE){ in hci_transport_h5_process_frame()