Searched refs:HCI_ACL_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
849 if (write_n(fd, data, btohs(ah->dlen) + HCI_ACL_HDR_SIZE) < 0) { in hci_acl_data()882 if (read_n(fd, ptr, HCI_ACL_HDR_SIZE) <= 0) { in io_acl_data()888 ptr += HCI_ACL_HDR_SIZE; in io_acl_data()900 len += HCI_ACL_HDR_SIZE + 1; in io_acl_data()
1978 if (len + HCI_ACL_HDR_SIZE > sizeof(hci->acl_buf)) { in bt_hci_lmp_acl_data()1983 memcpy(hci->acl_buf + HCI_ACL_HDR_SIZE, data, len); in bt_hci_lmp_acl_data()1989 hci->acl_buf, len + HCI_ACL_HDR_SIZE); in bt_hci_lmp_acl_data()2016 if (length < HCI_ACL_HDR_SIZE) { in bt_submit_acl()2025 data += HCI_ACL_HDR_SIZE; in bt_submit_acl()2026 length -= HCI_ACL_HDR_SIZE; in bt_submit_acl()
262 return HCI_ACL_HDR_SIZE; in csrhci_header_len()
1653 #define HCI_ACL_HDR_SIZE 4 macro
3956 frm->ptr += HCI_ACL_HDR_SIZE; in acl_dump()3957 frm->len -= HCI_ACL_HDR_SIZE; in acl_dump()
2245 #define HCI_ACL_HDR_SIZE 4 macro