Searched refs:mfc_key2 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 403 static uint8_t mfc_key2[6] = {0xD3, 0xF7, 0xD3, 0xF7, 0xD3, 0xF7}; in nativeNfcTag_doWrite() local 418 status = EXTNS_MfcFormatTag (mfc_key2, sizeof(mfc_key2)); in nativeNfcTag_doWrite() 1613 static uint8_t mfc_key2[6] = {0xD3, 0xF7, 0xD3, 0xF7, 0xD3, 0xF7}; in nativeNfcTag_doNdefFormat() local 1619 result = nativeNfcTag_makeMifareNdefFormat (e, o, mfc_key2, sizeof(mfc_key2)); in nativeNfcTag_doNdefFormat() 1752 static uint8_t mfc_key2[6] = {0xD3, 0xF7, 0xD3, 0xF7, 0xD3, 0xF7}; in nativeNfcTag_doMakeReadonly() local 1756 result = nativeNfcTag_makeMifareReadonly (e, o, mfc_key2, sizeof(mfc_key2)); in nativeNfcTag_doMakeReadonly()
|