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

  /external/bluetooth/bluez/tools/
hciattach_tialt.c 61 evt_cmd_complete cmd_complete;
77 FAILIF(resp.hci_hdr.evt != EVT_CMD_COMPLETE, /* event must be event-complete */
81 FAILIF(resp.hci_hdr.plen < 4, /* plen >= 4 for EVT_CMD_COMPLETE */
  /external/bluetooth/bluez/src/
security.c 687 evt_cmd_complete *evt = ptr;
714 ptr += sizeof(evt_cmd_complete);
718 ptr += sizeof(evt_cmd_complete);
1005 case EVT_CMD_COMPLETE:
1134 hci_filter_set_event(EVT_CMD_COMPLETE, &flt);
  /external/bluetooth/bluez/test/
hciemu.c 289 evt_cmd_complete *cc;
298 he->evt = EVT_CMD_COMPLETE;
1070 if (eh->evt == EVT_CMD_COMPLETE) {
1071 evt_cmd_complete *cc = (void *) ptr;
  /external/bluetooth/hcidump/parser/
hci.c     [all...]
  /external/qemu/hw/
bt-hci.c 484 uint8_t *packet = bt_hci_event_start(hci, EVT_CMD_COMPLETE,
486 evt_cmd_complete *params = (evt_cmd_complete *) packet;
    [all...]
bt.h 1426 } __attribute__ ((packed)) evt_cmd_complete; typedef in typeref:struct:__anon6264
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 1636 } __attribute__ ((packed)) evt_cmd_complete; typedef in typeref:struct:__anon1688
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 1095 hci_filter_set_event(EVT_CMD_COMPLETE, &nf);
1107 evt_cmd_complete *cc;
1164 case EVT_CMD_COMPLETE:
    [all...]

Completed in 180 milliseconds