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

  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.h 49 #define EVT_CMD_COMPLETE 0x0E
101 } __attribute__ ((packed)) evt_cmd_complete; typedef in typeref:struct:__anon33032
114 evt_cmd_complete cmd_complete;
uim.c 285 if (resp.hci_hdr.evt != EVT_CMD_COMPLETE) {
294 /* plen >= 4 for EVT_CMD_COMPLETE */
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.h 49 #define EVT_CMD_COMPLETE 0x0E
100 } __attribute__ ((packed)) evt_cmd_complete; typedef in typeref:struct:__anon33042
113 evt_cmd_complete cmd_complete;
uim.c 223 if (resp.hci_hdr.evt != EVT_CMD_COMPLETE) {
232 /* plen >= 4 for EVT_CMD_COMPLETE */
  /external/qemu/hw/
bt.h 1424 } __attribute__ ((packed)) evt_cmd_complete; typedef in typeref:struct:__anon25381
    [all...]
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...]

Completed in 83 milliseconds