Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci_transport_h5.c138 static uint8_t hci_packet_type; variable
271 int reliable = hci_packet_type == HCI_SCO_DATA_PACKET ? 0 : 1; in hci_transport_link_send_queued_packet()
272 …_nr, link_ack_nr, link_peer_supports_data_integrity_check, reliable, hci_packet_type, hci_packet_s… in hci_transport_link_send_queued_packet()
471 hci_packet_type = packet_type; in hci_transport_h5_queue_packet()
740 if (hci_packet_type == HCI_SCO_DATA_PACKET){ in hci_transport_h5_frame_sent()