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

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_main.c248 nfa_ee_cb.ee_flags |= NFA_EE_FLAG_WAIT_HCI;
283 nfa_ee_cb.ee_flags &= ~NFA_EE_FLAG_WAIT_HCI;
H A Dnfa_ee_act.c1248 if ((nfa_ee_cb.ee_flags & NFA_EE_FLAG_WAIT_HCI) == 0)
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ee_int.h392 #define NFA_EE_FLAG_WAIT_HCI 0x01 /* set this bit when waiting for HCI to finish the initialization process in NFA_EE_EM_STATE_RESTORING */ macro

Completed in 242 milliseconds