Searched refs:BT_HCI_ACL_HDR_SIZE (Results 1 – 7 of 7) sorted by relevance
61 #define BT_BUF_ACL_SIZE(size) BT_BUF_SIZE(BT_HCI_ACL_HDR_SIZE + (size))
87 #define BT_HCI_ACL_HDR_SIZE 4 macro
125 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()
289 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()
62 #define MAX_MTU (SPI_MAX_MSG_LEN - H4_HDR_SIZE - BT_L2CAP_HDR_SIZE - BT_HCI_ACL_HDR_SIZE)
65 #define MAX_MTU (SPI_MAX_MSG_LEN - H4_HDR_SIZE - BT_L2CAP_HDR_SIZE - BT_HCI_ACL_HDR_SIZE)
141 BT_HCI_ACL_HDR_SIZE + BT_L2CAP_HDR_SIZE + \