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 - 11
of
11
) sorted by null
/external/bluetooth/bluez/tools/
hciattach_qualcomm.c
62
evt_cmd_complete
cmd_complete;
85
FAILIF(resp.hci_hdr.evt !=
EVT_CMD_COMPLETE
,
89
FAILIF(resp.hci_hdr.plen < 4, /* plen >= 4 for
EVT_CMD_COMPLETE
*/
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
*/
hciattach_ath3k.c
127
if (eh->evt ==
EVT_CMD_COMPLETE
) {
128
evt_cmd_complete
*cc = (void *)event;
/external/bluetooth/bluez/plugins/
hciops.c
[
all
...]
/external/bluetooth/bluez/test/
hciemu.c
275
evt_cmd_complete
*cc;
284
he->evt =
EVT_CMD_COMPLETE
;
1063
if (eh->evt ==
EVT_CMD_COMPLETE
) {
1064
evt_cmd_complete
*cc = (void *) ptr;
/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
1424
} __attribute__ ((packed))
evt_cmd_complete
;
typedef in typeref:struct:__anon10021
[
all
...]
/external/bluetooth/bluez/lib/bluetooth/
hci.h
1804
} __attribute__ ((packed))
evt_cmd_complete
;
typedef in typeref:struct:__anon1783
[
all
...]
/system/bluetooth/bluez-clean-headers/bluetooth/
hci.h
1867
} __attribute__ ((packed))
evt_cmd_complete
;
typedef in typeref:struct:__anon30486
[
all
...]
/external/bluetooth/hcidump/parser/
hci.c
[
all
...]
/external/bluetooth/bluez/lib/
hci.c
1099
hci_filter_set_event(
EVT_CMD_COMPLETE
, &nf);
1111
evt_cmd_complete
*cc;
1169
case
EVT_CMD_COMPLETE
:
[
all
...]
Completed in 1051 milliseconds