Home | History | Annotate | Download | only in hci

Lines Matching refs:local_gate

226     if ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) == NULL)
520 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe_id, UINT8 local_gate,
527 p_gate = nfa_hciu_find_gate_by_gid (local_gate);
538 p_pipe->local_gate = local_gate;
545 local_gate, pipe_id, pipe_index, p_gate->gate_owner);
550 NFA_TRACE_DEBUG1 ("nfa_hciu_add_pipe_to_gate: 0x%02x NOT FOUND", local_gate);
565 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate)
571 local_gate, pipe_id, dest_host, dest_gate);
580 p_pipe->local_gate = local_gate;
584 if (local_gate == NFA_HCI_IDENTITY_MANAGEMENT_GATE)
620 if ( ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) != NULL)
641 BOOLEAN nfa_hciu_check_pipe_between_gates (UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate)
646 NFA_TRACE_DEBUG3 ("nfa_hciu_check_pipe_between_gates () Local gate: 0x%02X, Host[0x%02X] gate: 0x%02X", local_gate, dest_host, dest_gate);
654 &&(pp->local_gate == local_gate)
688 if ( ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) != NULL)
720 if ( ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) != NULL)
824 if ( ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) != NULL)
863 if (p_pipe->local_gate == NFA_HCI_IDENTITY_MANAGEMENT_GATE)
870 if ((p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate)) == NULL)
914 if ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) != NULL)
1386 if (p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)