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

  /external/bluetooth/bluez/test/
hciemu.c 299 he->plen = EVT_CMD_COMPLETE_SIZE + plen;
301 cc = (void *) ptr; ptr += EVT_CMD_COMPLETE_SIZE;
1073 ptr += EVT_CMD_COMPLETE_SIZE;
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 537 #define EVT_CMD_COMPLETE_SIZE 3
  /external/bluetooth/hcidump/parser/
hci.c     [all...]
  /external/qemu/hw/
bt-hci.c 485 len + EVT_CMD_COMPLETE_SIZE);
494 memcpy(&packet[EVT_CMD_COMPLETE_SIZE], ret, len);
496 hci->evt_submit(hci->opaque, len + EVT_CMD_COMPLETE_SIZE + 2);
    [all...]
bt.h     [all...]
  /external/bluetooth/bluez/src/
security.c 689 uint8_t status = *((uint8_t *) ptr + EVT_CMD_COMPLETE_SIZE);
  /external/bluetooth/bluez/lib/
hci.c 1170 ptr += EVT_CMD_COMPLETE_SIZE;
1171 len -= EVT_CMD_COMPLETE_SIZE;
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h     [all...]

Completed in 28 milliseconds