Searched refs:aid_cfg (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c191 pa = &p_cb->aid_cfg[start_offset];
270 ** Description Find the total len in aid_cfg from start_entry to the last
297 ** offset in aid_cfg[]. *p_entry is the index.
316 if ( (p_ecb->aid_cfg[offset + aid_len_offset] == aid_len)
317 &&(memcmp(&p_ecb->aid_cfg[offset + aid_len_offset + 1], p_aid, aid_len) == 0) )
686 p = p_cb->aid_cfg + len;
756 GKI_shiftup (&p_cb->aid_cfg[offset], &p_cb->aid_cfg[offset+ len], rest_len);
1986 pa = &p_cb->aid_cfg[start_offset];
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ee_int.h141 * aid_cfg[] contains AID and maybe some other VS information in TLV format
145 UINT8 aid_len[NFA_EE_MAX_AID_ENTRIES];/* the actual lengths in aid_cfg */
148 UINT8 aid_cfg[NFA_EE_MAX_AID_CFG_LEN];/* routing entries based on AID */ member in struct:__anon24146
149 UINT8 aid_entries; /* The number of AID entries in aid_cfg */

Completed in 56 milliseconds