Searched refs:pTransceiveData (Results 1 – 2 of 2) sorted by relevance
378 NFCSTATUS NxpMfcReader::CheckMfcResponse(uint8_t *pTransceiveData, in CheckMfcResponse() argument383 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()
117 NFCSTATUS CheckMfcResponse(uint8_t *pTransceiveData,