Searched refs:EXTNS_MfcFormatTag (Results 1 – 3 of 3) sorted by relevance
32 NFCSTATUS EXTNS_MfcFormatTag(uint8_t* key, uint8_t len);
403 status = EXTNS_MfcFormatTag(mfc_key1, sizeof(mfc_key1)); in nativeNfcTag_doWrite()416 status = EXTNS_MfcFormatTag(mfc_key2, sizeof(mfc_key2)); in nativeNfcTag_doWrite()1551 status = EXTNS_MfcFormatTag(key, keySize); in nativeNfcTag_makeMifareNdefFormat()
307 NFCSTATUS EXTNS_MfcFormatTag(uint8_t* key, uint8_t len) { in EXTNS_MfcFormatTag() function