Searched defs:cmd_sent (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Datt_protocol.c456 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; local
463 cmd_sent = attp_send_msg_to_l2cap (p_tcb, p_msg);
466 return cmd_sent;
H A Dgatt_api.c671 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;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h261 tNFA_HCI_CMD_SENT cmd_sent; /* NFA_HCI_CMD_SENT_EVT */ member in union:__anon24049
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h392 tNFA_HCI_COMMAND cmd_sent; /* The last command sent */ member in struct:__anon24196

Completed in 63 milliseconds