Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
H A DNCILxDebugDecoder.cpp470 psLxNtfDecoded->psL1NtfDecoded->sInfo.intrpltdRSSI[0], in printLxDebugInfo()
471 psLxNtfDecoded->psL1NtfDecoded->sInfo.intrpltdRSSI[1]); in printLxDebugInfo()
664 uint8_t intrpltdRSSI[2] = {0}; in decodeRSSIValues() local
678 intrpltdRSSI[0] = psLxNtfCoded->pLxNtf[base + offsetIntrpltdRSSI]; in decodeRSSIValues()
680 intrpltdRSSI[1] = psLxNtfCoded->pLxNtf[base + offsetIntrpltdRSSI]; in decodeRSSIValues()
687 psLxNtfDecoded->psL1NtfDecoded->sInfo.intrpltdRSSI[0] = intrpltdRSSI[0]; in decodeRSSIValues()
688 psLxNtfDecoded->psL1NtfDecoded->sInfo.intrpltdRSSI[1] = intrpltdRSSI[1]; in decodeRSSIValues()
698 psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvCount].intrpltdRSSI[0] = in decodeRSSIValues()
699 intrpltdRSSI[0]; in decodeRSSIValues()
700 psLxNtfDecoded->psL2NtfDecoded->sTlvInfo[tlvCount].intrpltdRSSI[1] = in decodeRSSIValues()
[all …]
/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
H A DNCILxDebugDecoder.h89 uint8_t intrpltdRSSI[2]; // When RSSI debug mode is enabled member