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

  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 390 nfcee_info.num_tlvs = *pp++;
391 NFC_TRACE_DEBUG4 ("nfcee_id: 0x%x num_interface:0x%x/0x%x, num_tlvs:0x%x",
392 nfcee_info.nfcee_id, nfcee_info.num_interface, yy, nfcee_info.num_tlvs);
394 if (nfcee_info.num_tlvs > NFC_MAX_EE_TLVS)
395 nfcee_info.num_tlvs = NFC_MAX_EE_TLVS;
399 for (xx = 0; xx < nfcee_info.num_tlvs; xx++, p_tlv++)
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c 126 p_info->num_tlvs = p_cb->num_tlvs;
128 memcpy(p_info->ee_tlv, p_cb->ee_tlv, p_cb->num_tlvs * sizeof(tNFA_EE_TLV));
nfa_ee_act.c     [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 113 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon3577
nfa_api.h 341 UINT8 num_tlvs; /* number of tlvs present in the tag */ member in struct:__anon3543
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 274 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon3843
296 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon3845
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 156 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon3705
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c     [all...]

Completed in 185 milliseconds