Home | History | Annotate | Download | only in hci

Lines Matching refs:dest_host

521                                              UINT8 dest_host, UINT8 dest_gate)
536 p_pipe->dest_host = dest_host;
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);
578 p_pipe->dest_host = dest_host;
618 &&(nfa_hciu_is_active_host (pp->dest_host)) )
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);
655 &&(pp->dest_host == dest_host)
822 &&(nfa_hciu_is_active_host (pp->dest_host)) )
911 &&((pp->dest_host != host) || (pp->pipe_id > NFA_HCI_LAST_DYNAMIC_PIPE))) )
934 tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate)
940 data[1] = dest_host;
943 NFA_TRACE_DEBUG3 ("nfa_hciu_send_create_pipe_cmd source_gate:%d, dest_host:%d, dest_gate:%d", source_gate, dest_host, dest_gate);