HomeSort by relevance Sort by last modified time
    Searched refs:aid_cfg (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 121 ** Description Find the total len in aid_cfg from start_entry to the last
148 ** offset in aid_cfg[]. *p_entry is the index.
167 if ( (p_ecb->aid_cfg[offset + aid_len_offset] == aid_len)
168 &&(memcmp(&p_ecb->aid_cfg[offset + aid_len_offset + 1], p_aid, aid_len) == 0) )
483 p = p_cb->aid_cfg + len;
546 GKI_shiftup (&p_cb->aid_cfg[offset], &p_cb->aid_cfg[offset+ len], rest_len);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 139 * aid_cfg[] contains AID and maybe some other VS information in TLV format
143 UINT8 aid_len[NFA_EE_MAX_AID_ENTRIES];/* the actual lengths in aid_cfg */
146 UINT8 aid_cfg[NFA_EE_MAX_AID_CFG_LEN];/* routing entries based on AID */ member in struct:__anon10412
147 UINT8 aid_entries; /* The number of AID entries in aid_cfg */

Completed in 33 milliseconds