Searched refs:crcByte1 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeNfcTag.cpp693 uint8_t crcByte1, crcByte2; local
696 len - 2, &crcByte1, &crcByte2);
698 if (msg[len - 2] == crcByte1 &&

Completed in 194 milliseconds