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

/external/bluetooth/bluedroid/stack/gatt/
H A Datt_protocol.c455 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; local
464 cmd_sent = GATT_SUCCESS;
466 cmd_sent = GATT_INTERNAL_ERROR;
469 return cmd_sent;
H A Dgatt_api.c669 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; local
693 cmd_sent = attp_send_sr_msg (p_tcb, p_buf);
695 return cmd_sent;
715 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; local
738 cmd_sent = gatt_sr_process_app_rsp (p_tcb, gatt_if, trans_id, p_tcb->sr_cmd.op_code, status, p_msg);
740 return cmd_sent;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h259 tNFA_HCI_CMD_SENT cmd_sent; /* NFA_HCI_CMD_SENT_EVT */ member in union:__anon7596
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h389 tNFA_HCI_COMMAND cmd_sent; /* The last command sent */ member in struct:__anon7740

Completed in 92 milliseconds