HomeSort by relevance Sort by last modified time
    Searched refs:hci_event_hdr (Results 1 - 11 of 11) sorted by null

  /external/qemu/hw/
bt-hci-csr.c 134 len + 1 + sizeof(struct hci_event_hdr));
137 ((struct hci_event_hdr *) ret)->evt = evt;
138 ((struct hci_event_hdr *) ret)->plen = len;
140 return ret + sizeof(struct hci_event_hdr);
286 return ((struct hci_event_hdr *) pkt)->plen;
bt.h 1663 struct hci_event_hdr { struct
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 262 hci_event_hdr *he;
290 hci_event_hdr *he;
322 hci_event_hdr *he;
350 hci_event_hdr *he;
380 hci_event_hdr *he;
410 hci_event_hdr *he;
1053 hci_event_hdr *eh;
1067 eh = (hci_event_hdr *) ptr;
  /external/bluetooth/bluez/tools/
hciattach_tialt.c 60 hci_event_hdr hci_hdr;
hcitool.c 1078 hci_event_hdr *hdr;
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 279 hci_event_hdr *eh;
301 eh = (hci_event_hdr *) ptr;
  /external/bluetooth/bluez/src/
glib-helper.c 615 hci_event_hdr *hdr;
634 hdr = (hci_event_hdr *) (buf + 1);
security.c 969 hci_event_hdr *eh;
990 eh = (hci_event_hdr *) ptr;
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 2014 } __attribute__ ((packed)) hci_event_hdr; typedef in typeref:struct:__anon1901
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 1085 hci_event_hdr *hdr;
    [all...]
  /external/bluetooth/hcidump/parser/
hci.c     [all...]

Completed in 31 milliseconds