Lines Matching defs:dest_host

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))
661 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host;
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);
689 &&(nfa_hciu_is_active_host (p_pipe->dest_host))
734 if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->get_registry.hci_handle))
738 if (nfa_hciu_is_host_reseting (p_pipe->dest_host))
784 if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->set_registry.hci_handle))
788 if (nfa_hciu_is_host_reseting (p_pipe->dest_host))
833 &&(nfa_hciu_is_active_host (p_pipe->dest_host))
877 &&(nfa_hciu_is_active_host (p_pipe->dest_host)) )
910 if ( (nfa_hciu_is_active_host (p_pipe->dest_host))
913 if (nfa_hciu_is_host_reseting (p_pipe->dest_host))
969 if ( (nfa_hciu_is_active_host (p_pipe->dest_host))
1021 if ( (nfa_hciu_is_active_host (p_pipe->dest_host))
1024 if (nfa_hciu_is_host_reseting (p_pipe->dest_host))
1254 UINT8 source_host, source_gate, dest_host, dest_gate, pipe;
1281 STREAM_TO_UINT8 (dest_host, p_data);
1307 evt_data.created.dest_host = source_host;
1376 UINT8 dest_host = nfa_hci_cb.remote_host_in_use;
1573 STREAM_TO_UINT8 (dest_host, p_data);
1585 nfa_hciu_add_pipe_to_gate (pipe, source_gate, dest_host, dest_gate);
1593 evt_data.created.dest_host = dest_host;