OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_HCI_LOOP_BACK_GATE
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_hci_defs.h
31
#define
NFA_HCI_LOOP_BACK_GATE
0x04
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
449
else if (pp->pipe_id != 0 && pp->local_gate ==
NFA_HCI_LOOP_BACK_GATE
)
[
all
...]
nfa_hci_main.c
258
if ( ( (nfa_hci_cb.cfg.dyn_gates[xx].gate_id !=
NFA_HCI_LOOP_BACK_GATE
)
333
if ( (((nfa_hci_cb.cfg.dyn_pipes[xx].local_gate !=
NFA_HCI_LOOP_BACK_GATE
) && (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate != NFA_HCI_IDENTITY_MANAGEMENT_GATE)) && (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE))
338
if ( (((nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate !=
NFA_HCI_LOOP_BACK_GATE
) && (nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate != NFA_HCI_IDENTITY_MANAGEMENT_GATE)) && (nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE))
[
all
...]
nfa_hci_api.c
373
if ( ((dest_gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) && (dest_gate !=
NFA_HCI_LOOP_BACK_GATE
) && (dest_gate != NFA_HCI_IDENTITY_MANAGEMENT_GATE))
[
all
...]
Completed in 51 milliseconds