Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c136 if (buf_len < header_len + BT_HCI_SCO_HDR_SIZE) { in hci_packet_complete()
143 header_len += BT_HCI_SCO_HDR_SIZE; in hci_packet_complete()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h57 #define BT_HCI_SCO_HDR_SIZE 3 macro