Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h67 #define BT_BUF_CMD_SIZE(size) BT_BUF_SIZE(BT_HCI_CMD_HDR_SIZE + (size))
Dhci_types.h136 #define BT_HCI_CMD_HDR_SIZE 3 macro
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c114 if (buf_len < header_len + BT_HCI_CMD_HDR_SIZE) { in hci_packet_complete()
121 header_len += BT_HCI_CMD_HDR_SIZE; in hci_packet_complete()