OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfa_hciu_check_pipe_between_gates
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
473
extern BOOLEAN
nfa_hciu_check_pipe_between_gates
(UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
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))
[
all
...]
nfa_hci_utils.c
632
** 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);
[
all
...]
Completed in 36 milliseconds