HomeSort by relevance Sort by last modified time
    Searched refs:num_tlvs (Results 1 - 10 of 10) 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 111 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon23285
nfa_api.h 343 UINT8 num_tlvs; /* number of tlvs present in the tag */ member in struct:__anon23251
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 274 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon23549
296 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon23551
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 154 UINT8 num_tlvs; /* number of TLVs */ member in struct:__anon23412
  /packages/apps/Nfc/nci/jni/
SecureElement.cpp 301 mEeInfo[xx].ee_interface[0], mEeInfo[xx].ee_interface[1], mEeInfo[xx].num_tlvs);
303 for (size_t yy = 0; yy < mEeInfo[xx].num_tlvs; yy++)
730 if ( (pEE->num_tlvs >= 1) && (pEE->ee_tlv[0].tag == NFA_EE_TAG_HCI_HOST_ID) )
    [all...]
NativeNfcManager.cpp 412 ALOGD("%s: NFA_TLV_DETECT_EVT: status = %d, protocol = %d, num_tlvs = %d, num_bytes = %d",
414 eventData->tlv_detect.num_tlvs, eventData->tlv_detect.num_bytes);
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c     [all...]

Completed in 1989 milliseconds