Home
last modified time | relevance | path

Searched refs:MAX_TLV (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCILxDebugDecoder.h30 #define MAX_TLV 15 macro
139 sDecodedInfo_t sTlvInfo[MAX_TLV];
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCILxDebugDecoder.cpp430 } while ((totalTLVlength > 0) && (++tlvCount < MAX_TLV)); in parseL2DbgNtf()