Searched refs:nfa_hciu_check_pipe_between_gates (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h473 extern BOOLEAN nfa_hciu_check_pipe_between_gates (UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c638 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))
1295 if (nfa_hciu_check_pipe_between_gates (dest_gate, source_host, source_gate))
H A Dnfa_hci_utils.c632 ** Function nfa_hciu_check_pipe_between_gates
641 BOOLEAN nfa_hciu_check_pipe_between_gates (UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate) function
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);

Completed in 127 milliseconds