Searched refs:NFA_HCI_LOOP_BACK_GATE (Results 1 – 4 of 4) sorted by relevance
31 #define NFA_HCI_LOOP_BACK_GATE 0x04 macro
449 else if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_LOOP_BACK_GATE) in nfa_hci_api_get_gate_pipe_list()1037 if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE) in nfa_hci_api_send_event()1054 else if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE) in nfa_hci_api_send_event()1061 if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE) in nfa_hci_api_send_event()1286 ||(dest_gate == NFA_HCI_LOOP_BACK_GATE) ) in nfa_hci_handle_admin_gate_cmd()1758 else if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE) in nfa_hci_handle_dyn_pipe_pkt()1858 gate_rsp[0] = NFA_HCI_LOOP_BACK_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()
258 if ( ( (nfa_hci_cb.cfg.dyn_gates[xx].gate_id != NFA_HCI_LOOP_BACK_GATE) in nfa_hci_is_valid_cfg()333 …if ( (((nfa_hci_cb.cfg.dyn_pipes[xx].local_gate != NFA_HCI_LOOP_BACK_GATE) && (nfa_hci_cb.cfg.dyn… in nfa_hci_is_valid_cfg()338 …if ( (((nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate != NFA_HCI_LOOP_BACK_GATE) && (nfa_hci_cb.cfg.dyn_… in nfa_hci_is_valid_cfg()
373 …ate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) && (dest_gate != NFA_HCI_LOOP_BACK_GATE) && (dest_… in NFA_HciCreatePipe()