Home
last modified time | relevance | path

Searched refs:HCI_ACL_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluez/test/
Dhciemu.c849 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()
/external/qemu/hw/
Dbt-hci.c1978 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()
Dbt-hci-csr.c262 return HCI_ACL_HDR_SIZE; in csrhci_header_len()
Dbt.h1653 #define HCI_ACL_HDR_SIZE 4 macro
/external/bluetooth/hcidump/parser/
Dhci.c3956 frm->ptr += HCI_ACL_HDR_SIZE; in acl_dump()
3957 frm->len -= HCI_ACL_HDR_SIZE; in acl_dump()
/external/bluetooth/bluez/lib/bluetooth/
Dhci.h2245 #define HCI_ACL_HDR_SIZE 4 macro