Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_api.c418 …if ((p_cb == NULL) || (aid_len == 0) || (p_aid == NULL) || (aid_len < NFA_MIN_AID_LEN) || (aid_len… in NFA_EeAddAidRouting()
/external/libnfc-nci/src/nfa/include/
Dnfa_api.h42 #define NFA_MIN_AID_LEN 5 /* per NCI specification */ macro