Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci_transport_h5.c500 uint8_t link_packet_type = slip_header[1] & 0x0f; in hci_transport_h5_process_frame() local
503 …_nr %u, ack_nr %u , dic %u, payload 0x%04x bytes", reliable_packet, link_packet_type, seq_nr, ack_… in hci_transport_h5_process_frame()
543 if (link_packet_type != LINK_CONTROL_PACKET_TYPE) break; in hci_transport_h5_process_frame()
561 if (link_packet_type != LINK_CONTROL_PACKET_TYPE) break; in hci_transport_h5_process_frame()
608 if (reliable_packet || link_packet_type == LINK_ACKNOWLEDGEMENT_TYPE){ in hci_transport_h5_process_frame()
622 switch (link_packet_type){ in hci_transport_h5_process_frame()
670 packet_handler(link_packet_type, slip_payload, link_payload_len); in hci_transport_h5_process_frame()