Home
last modified time | relevance | path

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

/system/nfc/src/nfa/include/
Dnfa_api.h42 #define NFA_MIN_AID_LEN 5 /* per NCI specification */ macro
/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc437 (aid_len < NFA_MIN_AID_LEN) || (aid_len > NFA_MAX_AID_LEN)) { in NFA_EeAddAidRouting()