Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc568 ((aid_len == 0) || (p_aid == nullptr) || (aid_len < NFA_MIN_AID_LEN))) || in NFA_EeAddAidRouting()
626 ((aid_len == 0) || (p_aid == nullptr) || (aid_len < NFA_MIN_AID_LEN))) || in NFA_EeRemoveAidRouting()
Dnfa_ee_act.cc819 int max_aid_entries = max_aid_cfg_length / NFA_MIN_AID_LEN + 1; in nfa_ee_api_register()
1173 int max_aid_entries = max_aid_cfg_length / NFA_MIN_AID_LEN + 1; in nfa_ee_api_add_aid()
/system/nfc/src/nfa/include/
Dnfa_api.h42 #define NFA_MIN_AID_LEN 5 /* per NCI specification */ macro