Home | History | Annotate | Download | only in hci

Lines Matching refs:local_gate

435                 if (pp->local_gate == pg->gate_id)
445 if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_CONNECTIVITY_GATE)
449 else if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_LOOP_BACK_GATE)
453 local_gate >= NFA_HCI_FIRST_PROP_GATE && pp->local_gate <= NFA_HCI_LAST_PROP_GATE)
457 if (pp->local_gate == pg->gate_id)
685 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
732 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
782 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
829 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
874 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
911 &&((app_handle == p_evt_data->send_cmd.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
970 &&((app_handle == p_evt_data->send_rsp.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
1022 &&((app_handle == p_evt_data->send_evt.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
1037 if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE)
1054 else if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE)
1061 if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE)
1227 if ((p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate)) != NULL)
1754 if (p_pipe->local_gate == NFA_HCI_IDENTITY_MANAGEMENT_GATE)
1758 else if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE)
1762 else if (p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)
1768 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
1771 NFA_TRACE_ERROR1 ("nfa_hci_handle_dyn_pipe_pkt - Pipe's gate %d is corrupt",p_pipe->local_gate);