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

  /system/nfc/src/nfa/include/
nfa_ee_int.h 176 * aid_cfg[] contains AID and maybe some other VS information in TLV format
182 uint8_t aid_len[NFA_EE_MAX_AID_ENTRIES]; /* the actual lengths in aid_cfg */
187 uint8_t aid_cfg[NFA_EE_MAX_AID_CFG_LEN]; /* routing entries based on AID */ member in struct:__anon3375
188 uint8_t aid_entries; /* The number of AID entries in aid_cfg */
  /system/nfc/src/nfa/ee/
nfa_ee_act.cc 226 pa = &p_cb->aid_cfg[start_offset];
410 uint8_t* pa = &p_cb->aid_cfg[start_offset];
543 ** Description Find the total len in aid_cfg from start_entry to the last
603 ** offset in aid_cfg[]. *p_entry is the index.
619 if ((p_ecb->aid_cfg[offset + aid_len_offset] == aid_len) &&
620 (memcmp(&p_ecb->aid_cfg[offset + aid_len_offset + 1], p_aid,
    [all...]

Completed in 126 milliseconds