Searched refs:pTransceiveData (Results 1 – 4 of 4) sorted by relevance
393 NFCSTATUS NxpMfcReader::CheckMfcResponse(uint8_t* pTransceiveData, in CheckMfcResponse() argument398 if ((pTransceiveData)[0] == 0x10 && (pTransceiveData)[1] != 0x0A) { in CheckMfcResponse()401 pTransceiveData += 1; in CheckMfcResponse()405 if ((pTransceiveData)[0] == 0x40) { in CheckMfcResponse()406 pTransceiveData += 1; in CheckMfcResponse()408 if ((pTransceiveData)[0] == 0x03) { in CheckMfcResponse()412 } else if ((pTransceiveData)[0] == 0x10) { in CheckMfcResponse()413 pTransceiveData += 1; in CheckMfcResponse()
117 NFCSTATUS CheckMfcResponse(uint8_t* pTransceiveData,
446 NFCSTATUS NxpMfcReader::CheckMfcResponse(uint8_t* pTransceiveData, in CheckMfcResponse() argument451 if ((pTransceiveData)[0] == 0x10 && (pTransceiveData)[1] != 0x0A) { in CheckMfcResponse()454 pTransceiveData += 1; in CheckMfcResponse()458 if ((pTransceiveData)[0] == 0x40) { in CheckMfcResponse()459 pTransceiveData += 1; in CheckMfcResponse()461 if ((pTransceiveData)[0] == 0x03) { in CheckMfcResponse()465 } else if ((pTransceiveData)[0] == 0x10) { in CheckMfcResponse()466 pTransceiveData += 1; in CheckMfcResponse()
123 NFCSTATUS CheckMfcResponse(uint8_t* pTransceiveData,