Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h64 #define BT_BUF_EVT_SIZE(size) BT_BUF_SIZE(BT_HCI_EVT_HDR_SIZE + (size))
Dhci_types.h64 #define BT_HCI_EVT_HDR_SIZE 2 macro
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c147 if (buf_len < header_len + BT_HCI_EVT_HDR_SIZE) { in hci_packet_complete()
154 header_len += BT_HCI_EVT_HDR_SIZE; in hci_packet_complete()
Dhci_nxp.c247 if (len < BT_HCI_EVT_HDR_SIZE) { in bt_evt_recv()
251 if ((len - BT_HCI_EVT_HDR_SIZE) != payload_len) { in bt_evt_recv()
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c26 #define SYNC_EVT_SIZE (BT_BUF_RESERVE + BT_HCI_EVT_HDR_SIZE + 255)