Home
last modified time | relevance | path

Searched refs:NFA_EE_STATUS_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/include/
Dnfa_ee_api.h90 #define NFA_EE_STATUS_ACTIVE NFC_NFCEE_STATUS_ACTIVE /* NFCEE connected and active */ macro
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c504 p_cb->ee_status = NFA_EE_STATUS_PENDING | NFA_EE_STATUS_ACTIVE; in nfa_ee_api_mode_set()
1369 ||(p_cb->ee_status != NFA_EE_STATUS_ACTIVE) in nfa_ee_build_discover_req_evt()
1796 if (p_cb->ee_status == NFA_EE_STATUS_ACTIVE) in nfa_ee_is_active()