Home
last modified time | relevance | path

Searched refs:NFA_EE_FLAG_WAIT_DISCONN (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_main.c506 nfa_ee_cb.ee_flags |= NFA_EE_FLAG_WAIT_DISCONN; in nfa_ee_sys_disable()
534 if (!(nfa_ee_cb.ee_flags & NFA_EE_FLAG_WAIT_DISCONN)) in nfa_ee_check_disable()
Dnfa_ee_act.c1620 if (nfa_ee_cb.ee_flags & NFA_EE_FLAG_WAIT_DISCONN) in nfa_ee_nci_conn()
1629 nfa_ee_cb.ee_flags &= ~NFA_EE_FLAG_WAIT_DISCONN; in nfa_ee_nci_conn()
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h394 #define NFA_EE_FLAG_WAIT_DISCONN 0x04 /* set this bit when gracefully disable with outsta… macro