Home | History | Annotate | Download | only in hci

Lines Matching refs:p_pipe

524     tNFA_HCI_DYN_PIPE   *p_pipe;
532 if ((p_pipe = nfa_hciu_alloc_pipe (pipe_id)) != NULL)
534 p_pipe->pipe_id = pipe_id;
535 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED;
536 p_pipe->dest_host = dest_host;
537 p_pipe->dest_gate = dest_gate;
538 p_pipe->local_gate = local_gate;
541 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
567 tNFA_HCI_DYN_PIPE *p_pipe;
574 if ((p_pipe = nfa_hciu_alloc_pipe (pipe_id)) != NULL)
576 p_pipe->pipe_id = pipe_id;
577 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED;
578 p_pipe->dest_host = dest_host;
579 p_pipe->dest_gate = dest_gate;
580 p_pipe->local_gate = local_gate;
586 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
847 tNFA_HCI_DYN_PIPE *p_pipe;
852 if ((p_pipe = nfa_hciu_find_pipe_by_pid (pipe_id)) == NULL)
861 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
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)
873 p_pipe->pipe_id = 0;
882 memset (p_pipe,0,sizeof (tNFA_HCI_DYN_PIPE));
1380 tNFA_HCI_DYN_PIPE *p_pipe;
1384 &&((p_pipe = nfa_hciu_find_pipe_by_pid (pipe_id)) != NULL) )
1386 if (p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)