Searched refs:NFA_MIN_AID_LEN (Results 1 – 3 of 3) sorted by relevance
568 ((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()
819 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()
42 #define NFA_MIN_AID_LEN 5 /* per NCI specification */ macro