Searched defs:nfa_snep_cb (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/snep/
H A Dnfa_snep_main.c35 tNFA_SNEP_CB nfa_snep_cb; variable
98 memset (&nfa_snep_cb, 0, sizeof (tNFA_SNEP_CB));
99 nfa_snep_cb.trace_level = APPL_INITIAL_TRACE_LEVEL;
100 nfa_snep_cb.is_dta_mode = is_dta_mode;
129 if (nfa_snep_cb.conn[xx].p_cback != NULL)
131 LLCP_Deregister (nfa_snep_cb.conn[xx].local_sap);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_snep_int.h237 extern tNFA_SNEP_CB nfa_snep_cb;
240 #define nfa_snep_cb (*nfa_snep_cb_ptr) macro

Completed in 51 milliseconds