Home
last modified time | relevance | path

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

/external/qemu/hw/
Dbt-hci-csr.c288 return le16_to_cpu(((struct hci_acl_hdr *) pkt)->dlen); in csrhci_data_len()
Dbt.h1668 struct hci_acl_hdr { struct
Dbt-hci.c1974 struct hci_acl_hdr *pkt = (void *) hci->acl_buf; in bt_hci_lmp_acl_data()
/external/bluetooth/bluez/test/
Dhciemu.c847 hci_acl_hdr *ah = (void *) data; in hci_acl_data()
876 hci_acl_hdr *ah; in io_acl_data()
/external/bluetooth/bluez/lib/bluetooth/
Dhci.h2020 } __attribute__ ((packed)) hci_acl_hdr; typedef
/external/bluetooth/hcidump/parser/
Dhci.c3222 hci_acl_hdr *hdr = (void *) frm->ptr; in acl_dump()