Searched refs:cmd_sent (Results 1 – 6 of 6) sorted by relevance
723 evt_data.cmd_sent.status = status; in nfa_hci_api_get_reg_value()772 evt_data.cmd_sent.status = status; in nfa_hci_api_set_reg_value()898 evt_data.cmd_sent.status = status; in nfa_hci_api_send_cmd()1333 nfa_hciu_instr_2_str(nfa_hci_cb.cmd_sent).c_str(), nfa_hci_cb.app_in_use, in nfa_hci_handle_admin_gate_rsp()1353 switch (nfa_hci_cb.cmd_sent) { in nfa_hci_handle_admin_gate_rsp()1462 switch (nfa_hci_cb.cmd_sent) { in nfa_hci_handle_admin_gate_rsp()1938 if (nfa_hci_cb.cmd_sent == NFA_HCI_ANY_OPEN_PIPE) { in nfa_hci_handle_generic_gate_rsp()1948 } else if (nfa_hci_cb.cmd_sent == NFA_HCI_ANY_CLOSE_PIPE) { in nfa_hci_handle_generic_gate_rsp()1959 } else if (nfa_hci_cb.cmd_sent == NFA_HCI_ANY_GET_PARAMETER) { in nfa_hci_handle_generic_gate_rsp()1970 } else if (nfa_hci_cb.cmd_sent == NFA_HCI_ANY_SET_PARAMETER) { in nfa_hci_handle_generic_gate_rsp()[all …]
902 "State: %u Cmd: %u", nfa_hci_cb.hci_state, nfa_hci_cb.cmd_sent); in nfa_hci_rsp_timeout()929 if (nfa_hci_cb.cmd_sent == NFA_HCI_ADM_DELETE_PIPE) { in nfa_hci_rsp_timeout()939 if (nfa_hci_cb.cmd_sent == NFA_HCI_ADM_DELETE_PIPE) { in nfa_hci_rsp_timeout()964 switch (nfa_hci_cb.cmd_sent) { in nfa_hci_rsp_timeout()
369 nfa_hci_cb.cmd_sent = instruction; in nfa_hciu_send_msg()
493 tGATT_STATUS cmd_sent; in GATTS_HandleValueNotification() local499 cmd_sent = attp_send_sr_msg(*p_tcb, p_buf); in GATTS_HandleValueNotification()501 cmd_sent = GATT_NO_RESOURCES; in GATTS_HandleValueNotification()502 return cmd_sent; in GATTS_HandleValueNotification()521 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; in GATTS_SendRsp() local541 cmd_sent = gatt_sr_process_app_rsp(*p_tcb, gatt_if, trans_id, in GATTS_SendRsp()544 return cmd_sent; in GATTS_SendRsp()
273 tNFA_HCI_CMD_SENT cmd_sent; /* NFA_HCI_CMD_SENT_EVT */ member
392 tNFA_HCI_COMMAND cmd_sent; /* The last command sent */ member