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

  /external/bluetooth/bluez/src/
glib-helper.c 612 evt_cmd_status *evt_status;
638 case EVT_CMD_STATUS:
639 evt_status = (evt_cmd_status *) body;
762 hci_filter_set_event(EVT_CMD_STATUS, &nf);
security.c 678 evt_cmd_status *evt = ptr;
971 evt_cmd_status *evt;
1001 case EVT_CMD_STATUS:
1026 evt = (evt_cmd_status *) ptr;
1133 hci_filter_set_event(EVT_CMD_STATUS, &flt);
device.c     [all...]
  /external/bluetooth/bluez/test/
hciemu.c 261 evt_cmd_status *cs;
270 he->evt = EVT_CMD_STATUS;
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 1644 } __attribute__ ((packed)) evt_cmd_status; typedef in typeref:struct:__anon1856
    [all...]
  /external/qemu/hw/
bt.h 1434 } __attribute__ ((packed)) evt_cmd_status; typedef in typeref:struct:__anon6424
    [all...]
bt-hci.c 472 evt_cmd_status params = {
478 bt_hci_event(hci, EVT_CMD_STATUS, &params, EVT_CMD_STATUS_SIZE);
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 1094 hci_filter_set_event(EVT_CMD_STATUS, &nf);
1108 evt_cmd_status *cs;
1146 case EVT_CMD_STATUS:
1152 if (r->event != EVT_CMD_STATUS) {
    [all...]
  /external/bluetooth/hcidump/parser/
hci.c     [all...]

Completed in 29 milliseconds