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

  /system/nfc/src/include/
nfc_target.h 223 #ifndef NFC_MAX_EE_INFO
224 #define NFC_MAX_EE_INFO 8
  /system/nfc/src/nfa/include/
nfa_ee_api.h 103 uint8_t info[NFC_MAX_EE_INFO];
  /system/nfc/src/nfc/nci/
nci_hrcv.cc 424 if (p_tlv->len > NFC_MAX_EE_INFO) p_tlv->len = NFC_MAX_EE_INFO;
  /system/nfc/src/nfc/include/
nfc_api.h 266 uint8_t info[NFC_MAX_EE_INFO];
    [all...]

Completed in 60 milliseconds