Searched refs:NFA_HCI_ANY_OK (Results 1 – 3 of 3) sorted by relevance
546 return (NFA_HCI_ANY_OK); in nfa_hciu_add_pipe_to_gate()589 return NFA_HCI_ANY_OK; in nfa_hciu_add_pipe_to_static_gate()884 return NFA_HCI_ANY_OK; in nfa_hciu_release_pipe()1178 case NFA_HCI_ANY_OK: in nfa_hciu_get_response_name()1432 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK; in handle_debug_loopback()1437 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK; in handle_debug_loopback()1443 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK; in handle_debug_loopback()
1116 …pg->gate_id, p_evt_data->add_static_pipe.host, p_evt_data->add_static_pipe.gate) != NFA_HCI_ANY_OK) in nfa_hci_api_add_static_pipe()1154 UINT8 response = NFA_HCI_ANY_OK; in nfa_hci_handle_link_mgm_gate_cmd()1222 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK; in nfa_hci_handle_pipe_open_close_cmd()1257 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK; in nfa_hci_handle_admin_gate_cmd()1300 …esponse = nfa_hciu_add_pipe_to_gate (pipe, dest_gate, source_host, source_gate)) == NFA_HCI_ANY_OK) in nfa_hci_handle_admin_gate_cmd()1406 if (nfa_hci_cb.inst != NFA_HCI_ANY_OK) in nfa_hci_handle_admin_gate_rsp()1505 status = (nfa_hci_cb.inst == NFA_HCI_ANY_OK) ? NFA_STATUS_OK : NFA_STATUS_FAILED; in nfa_hci_handle_admin_gate_rsp()1812 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK; in nfa_hci_handle_identity_mgmt_gate_pkt()1980 if (nfa_hci_cb.inst != NFA_HCI_ANY_OK) in nfa_hci_handle_generic_gate_rsp()2077 if ((nfa_hci_cb.cmd_sent == NFA_HCI_ANY_OPEN_PIPE) && (nfa_hci_cb.inst == NFA_HCI_ANY_OK)) in nfa_hci_handle_connectivity_gate_pkt()[all …]
85 #define NFA_HCI_ANY_OK 0x00 macro