Home
last modified time | relevance | path

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

/Zephyr-4.1.0/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-4.1.0/drivers/bluetooth/hci/
Duserchan.c99 if (buf_len < header_len + BT_HCI_CMD_HDR_SIZE) { in hci_packet_complete()
106 header_len += BT_HCI_CMD_HDR_SIZE; in hci_packet_complete()