Home | History | Annotate | Download | only in hci

Lines Matching refs:create_pipe

627     tNFA_HCI_DYN_GATE   *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate);
633 ||(p_gate->gate_owner != p_evt_data->create_pipe.hci_handle) )
636 NFA_TRACE_ERROR2 ("nfa_hci_api_create_pipe Cannot create pipe! APP: 0x%02x does not own the gate:0x%x", p_evt_data->create_pipe.hci_handle, p_evt_data->create_pipe.source_gate);
638 else if (nfa_hciu_check_pipe_between_gates (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate))
646 evt_data.created.source_gate = p_evt_data->create_pipe.source_gate;
653 if (nfa_hciu_is_host_reseting (p_evt_data->create_pipe.dest_gate))
659 nfa_hci_cb.local_gate_in_use = p_evt_data->create_pipe.source_gate;
660 nfa_hci_cb.remote_gate_in_use = p_evt_data->create_pipe.dest_gate;
661 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host;
662 nfa_hci_cb.app_in_use = p_evt_data->create_pipe.hci_handle;
664 nfa_hciu_send_create_pipe_cmd (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate);