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

  /system/nfc/src/include/
nfc_target.h 231 #ifndef NFC_MAX_EE_TLVS
232 #define NFC_MAX_EE_TLVS 1
  /system/nfc/src/nfa/include/
nfa_ee_api.h 134 tNFA_EE_TLV ee_tlv[NFC_MAX_EE_TLVS]; /* the TLV */
  /system/nfc/src/nfc/nci/
nci_hrcv.c 387 if (nfcee_info.num_tlvs > NFC_MAX_EE_TLVS)
388 nfcee_info.num_tlvs = NFC_MAX_EE_TLVS;
  /system/nfc/src/nfa/int/
nfa_ee_int.h 174 tNFA_EE_TLV ee_tlv[NFC_MAX_EE_TLVS]; /* the TLV */
  /system/nfc/src/nfc/include/
nfc_api.h 311 tNFC_NFCEE_TLV ee_tlv[NFC_MAX_EE_TLVS]; /* The TLVs associated with NFCEE */
    [all...]

Completed in 681 milliseconds