Searched refs:NFA_EE_FLAG_WAIT_DISCONN (Results 1 – 3 of 3) sorted by relevance
490 nfa_ee_cb.ee_flags |= NFA_EE_FLAG_WAIT_DISCONN; in nfa_ee_sys_disable()515 if (!(nfa_ee_cb.ee_flags & NFA_EE_FLAG_WAIT_DISCONN)) { in nfa_ee_check_disable()
2313 if (nfa_ee_cb.ee_flags & NFA_EE_FLAG_WAIT_DISCONN) { in nfa_ee_nci_conn()2319 nfa_ee_cb.ee_flags &= ~NFA_EE_FLAG_WAIT_DISCONN; in nfa_ee_nci_conn()
457 #define NFA_EE_FLAG_WAIT_DISCONN 0x04 macro