HomeSort by relevance Sort by last modified time
    Searched refs:num_tlvs (Results 1 - 9 of 9) 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:__anon7723
nfa_api.h 341 UINT8 num_tlvs; /* number of tlvs present in the tag */ member in struct:__anon7689
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 274 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon7989
296 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon7991
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 156 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon7851
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c     [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 400 ALOGD("%s: NFA_TLV_DETECT_EVT: status = %d, protocol = %d, num_tlvs = %d, num_bytes = %d",
402 eventData->tlv_detect.num_tlvs, eventData->tlv_detect.num_bytes);
    [all...]

Completed in 66 milliseconds