Searched refs:NFA_EE_FLAG_WAIT_DISCONN (Results 1 – 3 of 3) sorted by relevance
506 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()
1620 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()
394 #define NFA_EE_FLAG_WAIT_DISCONN 0x04 /* set this bit when gracefully disable with outsta… macro