Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h70 #define BT_BUF_ISO_SIZE(size) BT_BUF_SIZE(BT_HCI_ISO_HDR_SIZE + \
Dhci_types.h129 #define BT_HCI_ISO_HDR_SIZE 4 macro
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c158 if (buf_len < header_len + BT_HCI_ISO_HDR_SIZE) { in hci_packet_complete()
165 header_len += BT_HCI_ISO_HDR_SIZE; in hci_packet_complete()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c149 #define SDU_HCI_HDR_SIZE (BT_HCI_ISO_HDR_SIZE + BT_HCI_ISO_SDU_TS_HDR_SIZE)
253 hdr = net_buf_push(buf, BT_HCI_ISO_HDR_SIZE); in sink_sdu_emit_hci()