Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h61 #define BT_BUF_ACL_SIZE(size) BT_BUF_SIZE(BT_HCI_ACL_HDR_SIZE + (size))
Dhci_types.h87 #define BT_HCI_ACL_HDR_SIZE 4 macro
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c125 if (buf_len < header_len + BT_HCI_ACL_HDR_SIZE) { in hci_packet_complete()
132 header_len += BT_HCI_ACL_HDR_SIZE; in hci_packet_complete()
Dhci_nxp.c289 if (len < BT_HCI_ACL_HDR_SIZE) { in bt_acl_recv()
294 if ((len - BT_HCI_ACL_HDR_SIZE) != payload_len) { in bt_acl_recv()
Dspi.c62 #define MAX_MTU (SPI_MAX_MSG_LEN - H4_HDR_SIZE - BT_L2CAP_HDR_SIZE - BT_HCI_ACL_HDR_SIZE)
Dhci_spi_st.c65 #define MAX_MTU (SPI_MAX_MSG_LEN - H4_HDR_SIZE - BT_L2CAP_HDR_SIZE - BT_HCI_ACL_HDR_SIZE)
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h141 BT_HCI_ACL_HDR_SIZE + BT_L2CAP_HDR_SIZE + \