Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c1352 …store_complete nfa_ee_cb.ee_cfg_sts:0x%02x proc_complete:%d", nfa_ee_cb.ee_cfg_sts, proc_complete); in nfa_ee_check_restore_complete()
1356 if (nfa_ee_cb.ee_cfg_sts & NFA_EE_STS_PREV_ROUTING) in nfa_ee_check_restore_complete()
1479 nfa_ee_cb.ee_cfg_sts|= NFA_EE_STS_CHANGED_ROUTING; in nfa_ee_nci_mode_set_rsp()
2060 nfa_ee_cb.ee_cfg_sts |= NFA_EE_STS_CHANGED_ROUTING; in nfa_ee_route_add_one_ecb()
2062 NFA_TRACE_DEBUG2 ("ee_cfg_sts:0x%02x lmrt_size:%d", nfa_ee_cb.ee_cfg_sts, tlv_size); in nfa_ee_route_add_one_ecb()
2067 if (nfa_ee_cb.ee_cfg_sts & NFA_EE_STS_CHANGED_ROUTING) in nfa_ee_route_add_one_ecb()
2071 nfa_ee_cb.ee_cfg_sts |= NFA_EE_STS_PREV_ROUTING; in nfa_ee_route_add_one_ecb()
2075 nfa_ee_cb.ee_cfg_sts &= ~NFA_EE_STS_PREV_ROUTING; in nfa_ee_route_add_one_ecb()
2083 else if (nfa_ee_cb.ee_cfg_sts & NFA_EE_STS_PREV_ROUTING) in nfa_ee_route_add_one_ecb()
2087 nfa_ee_cb.ee_cfg_sts &= ~NFA_EE_STS_PREV_ROUTING; in nfa_ee_route_add_one_ecb()
[all …]
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h419 UINT8 ee_cfg_sts; /* configuration status */ member