OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmd_sent
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
att_protocol.c
456
tGATT_STATUS
cmd_sent
= GATT_NO_RESOURCES;
local
463
cmd_sent
= attp_send_msg_to_l2cap (p_tcb, p_msg);
466
return
cmd_sent
;
gatt_api.c
671
tGATT_STATUS
cmd_sent
= GATT_ILLEGAL_PARAMETER;
local
697
cmd_sent
= attp_send_sr_msg (p_tcb, p_buf);
700
cmd_sent
= GATT_NO_RESOURCES;
702
return
cmd_sent
;
722
tGATT_STATUS
cmd_sent
= GATT_ILLEGAL_PARAMETER;
local
745
cmd_sent
= gatt_sr_process_app_rsp (p_tcb, gatt_if, trans_id, p_tcb->sr_cmd.op_code, status, p_msg);
747
return
cmd_sent
;
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_hci_api.h
261
tNFA_HCI_CMD_SENT
cmd_sent
; /* NFA_HCI_CMD_SENT_EVT */
member in union:__anon3608
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
392
tNFA_HCI_COMMAND
cmd_sent
; /* The last command sent */
member in struct:__anon3755
Completed in 296 milliseconds