Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCILxDebugDecoder.cpp292 uint8_t tlvCount = 0; in parseL2DbgNtf() local
319 psLxNtfDecoded->psL2NtfDecoded->tlvCount = tlvCount; in parseL2DbgNtf()
331 if ((psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvCount] in parseL2DbgNtf()
334 (const char*)psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvCount] in parseL2DbgNtf()
354 if ((psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvCount] in parseL2DbgNtf()
357 (const char*)psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvCount] in parseL2DbgNtf()
430 } while ((totalTLVlength > 0) && (++tlvCount < MAX_TLV)); in parseL2DbgNtf()
506 uint8_t tlvCount = psLxNtfDecoded->psL2NtfDecoded->tlvCount; in printLxDebugInfo() local
508 for (int tlv = 0; tlv < tlvCount; tlv++) { in printLxDebugInfo()
568 if ((psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvCount] in printLxDebugInfo()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCILxDebugDecoder.h138 uint8_t tlvCount; member