Home | History | Annotate | Download | only in hci

Lines Matching refs:create_pipe

600     tNFA_HCI_DYN_GATE   *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate);
604 if ((p_gate == NULL) || (p_gate->gate_owner != p_evt_data->create_pipe.hci_handle))
606 evt_data.created.source_gate = p_evt_data->create_pipe.source_gate;
609 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);
614 if (nfa_hciu_is_host_reseting (p_evt_data->create_pipe.dest_gate))
620 nfa_hci_cb.local_gate_in_use = p_evt_data->create_pipe.source_gate;
621 nfa_hci_cb.remote_gate_in_use = p_evt_data->create_pipe.dest_gate;
622 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host;
623 nfa_hci_cb.app_in_use = p_evt_data->create_pipe.hci_handle;
625 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);