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

  /external/bluetooth/bluez/test/
hciemu.c 268 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE;
296 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE;
328 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE;
356 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE;
386 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE;
416 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE;
1068 ptr += HCI_EVENT_HDR_SIZE;
  /external/bluetooth/hcidump/parser/
hci.c     [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 1142 ptr = buf + (1 + HCI_EVENT_HDR_SIZE);
1143 len -= (1 + HCI_EVENT_HDR_SIZE);
    [all...]
  /external/qemu/hw/
bt-hci-csr.c 261 return HCI_EVENT_HDR_SIZE;
bt.h     [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 305 ptr += HCI_EVENT_HDR_SIZE;
  /external/bluetooth/bluez/src/
glib-helper.c 635 body = buf + (1 + HCI_EVENT_HDR_SIZE);
security.c 991 ptr += HCI_EVENT_HDR_SIZE;
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 619 #define HCI_EVENT_HDR_SIZE 2
  /external/bluetooth/bluez/lib/
hci.c 1142 ptr = buf + (1 + HCI_EVENT_HDR_SIZE);
1143 len -= (1 + HCI_EVENT_HDR_SIZE);
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h     [all...]

Completed in 52 milliseconds