Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/mifare/
DNxpMfcReader.cc378 NFCSTATUS NxpMfcReader::CheckMfcResponse(uint8_t *pTransceiveData, in CheckMfcResponse() argument
383 if ((pTransceiveData)[0] == 0x10 && (pTransceiveData)[1] != 0x0A) { in CheckMfcResponse()
386 pTransceiveData += 1; in CheckMfcResponse()
390 if ((pTransceiveData)[0] == 0x40) { in CheckMfcResponse()
391 pTransceiveData += 1; in CheckMfcResponse()
393 if ((pTransceiveData)[0] == 0x03) { in CheckMfcResponse()
397 } else if ((pTransceiveData)[0] == 0x10) { in CheckMfcResponse()
398 pTransceiveData += 1; in CheckMfcResponse()
DNxpMfcReader.h117 NFCSTATUS CheckMfcResponse(uint8_t *pTransceiveData,