Searched refs:cmd_sent (Results 1 - 6 of 6) sorted by relevance

/system/nfc/src/nfa/hci/
H A Dnfa_hci_act.cc722 evt_data.cmd_sent.status = status;
771 evt_data.cmd_sent.status = status;
897 evt_data.cmd_sent.status = status;
1326 nfa_hciu_instr_2_str(nfa_hci_cb.cmd_sent).c_str(), nfa_hci_cb.app_in_use,
1346 switch (nfa_hci_cb.cmd_sent) {
1445 switch (nfa_hci_cb.cmd_sent) {
1903 if (nfa_hci_cb.cmd_sent == NFA_HCI_ANY_OPEN_PIPE) {
1913 } else if (nfa_hci_cb.cmd_sent == NFA_HCI_ANY_CLOSE_PIPE) {
1924 } else if (nfa_hci_cb.cmd_sent == NFA_HCI_ANY_GET_PARAMETER) {
1935 } else if (nfa_hci_cb.cmd_sent
[all...]
H A Dnfa_hci_main.cc905 "State: %u Cmd: %u", nfa_hci_cb.hci_state, nfa_hci_cb.cmd_sent);
932 if (nfa_hci_cb.cmd_sent == NFA_HCI_ADM_DELETE_PIPE) {
942 if (nfa_hci_cb.cmd_sent == NFA_HCI_ADM_DELETE_PIPE) {
967 switch (nfa_hci_cb.cmd_sent) {
H A Dnfa_hci_utils.cc368 nfa_hci_cb.cmd_sent = instruction;
/system/bt/stack/gatt/
H A Dgatt_api.cc501 tGATT_STATUS cmd_sent; local
507 cmd_sent = attp_send_sr_msg(*p_tcb, p_buf);
509 cmd_sent = GATT_NO_RESOURCES;
510 return cmd_sent;
529 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; local
551 cmd_sent = gatt_sr_process_app_rsp(*p_tcb, gatt_if, trans_id,
554 return cmd_sent;
/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h273 tNFA_HCI_CMD_SENT cmd_sent; /* NFA_HCI_CMD_SENT_EVT */ member in union:__anon2304
H A Dnfa_hci_int.h388 tNFA_HCI_COMMAND cmd_sent; /* The last command sent */ member in struct:__anon2331

Completed in 194 milliseconds