Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/mifare/
DNxpMfcReader.cc384 NFCSTATUS NxpMfcReader::CheckMfcResponse(uint8_t* pTransceiveData, in CheckMfcResponse() argument
389 if ((pTransceiveData)[0] == 0x10 && (pTransceiveData)[1] != 0x0A) { in CheckMfcResponse()
392 pTransceiveData += 1; in CheckMfcResponse()
396 if ((pTransceiveData)[0] == 0x40) { in CheckMfcResponse()
397 pTransceiveData += 1; in CheckMfcResponse()
399 if ((pTransceiveData)[0] == 0x03) { in CheckMfcResponse()
403 } else if ((pTransceiveData)[0] == 0x10) { in CheckMfcResponse()
404 pTransceiveData += 1; in CheckMfcResponse()
DNxpMfcReader.h117 NFCSTATUS CheckMfcResponse(uint8_t* pTransceiveData,
/hardware/nxp/nfc/snxxx/halimpl/mifare/
DNxpMfcReader.cc383 NFCSTATUS NxpMfcReader::CheckMfcResponse(uint8_t* pTransceiveData, in CheckMfcResponse() argument
388 if ((pTransceiveData)[0] == 0x10 && (pTransceiveData)[1] != 0x0A) { in CheckMfcResponse()
391 pTransceiveData += 1; in CheckMfcResponse()
395 if ((pTransceiveData)[0] == 0x40) { in CheckMfcResponse()
396 pTransceiveData += 1; in CheckMfcResponse()
398 if ((pTransceiveData)[0] == 0x03) { in CheckMfcResponse()
402 } else if ((pTransceiveData)[0] == 0x10) { in CheckMfcResponse()
403 pTransceiveData += 1; in CheckMfcResponse()
DNxpMfcReader.h117 NFCSTATUS CheckMfcResponse(uint8_t* pTransceiveData,