Home
last modified time | relevance | path

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

/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) macro
162 net_buf_reserve(buf, SDU_HCI_HDR_SIZE + net_buf_headroom(buf)); in sink_sdu_alloc_hci()