OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
665
evt_cmd_complete
*evt = ptr;
692
ptr += sizeof(
evt_cmd_complete
);
972
case
EVT_CMD_COMPLETE
:
1097
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
486
uint8_t *packet = bt_hci_event_start(hci,
EVT_CMD_COMPLETE
,
488
evt_cmd_complete
*params = (
evt_cmd_complete
*) packet;
[
all
...]
bt.h
1426
} __attribute__ ((packed))
evt_cmd_complete
;
typedef in typeref:struct:__anon4693
[
all
...]
/external/bluetooth/bluez/include/bluetooth/
hci.h
1374
} __attribute__ ((packed))
evt_cmd_complete
;
typedef in typeref:struct:__anon1042
[
all
...]
/external/bluetooth/bluez/lib/
hci.c
1005
hci_filter_set_event(
EVT_CMD_COMPLETE
, &nf);
1016
evt_cmd_complete
*cc;
1072
case
EVT_CMD_COMPLETE
:
[
all
...]
Completed in 48 milliseconds