Home
last modified time | relevance | path

Searched refs:NFC_MAX_EE_TLV_SIZE (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/include/
Dnfc_target.h233 #ifndef NFC_MAX_EE_TLV_SIZE
234 #define NFC_MAX_EE_TLV_SIZE 150 macro
/system/nfc/src/nfc/include/
Dnfc_api.h316 uint8_t param_tlvs[NFC_MAX_EE_TLV_SIZE]; /* the TLVs */
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1305 if (evt_data.tlv_size > NFC_MAX_EE_TLV_SIZE) { in nfc_ncif_proc_get_routing()