Home
last modified time | relevance | path

Searched refs:Mfc_FormatNdef (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.h223 NFCSTATUS Mfc_FormatNdef(uint8_t *secretkey, uint8_t len);
DphFriNfc_MifStdFormat.c198 Mfc_FormatNdef(current_key,6); in phFriNfc_MfStd_Process()
DphNxpExtns_MifareStd.c935 NFCSTATUS Mfc_FormatNdef(uint8_t *secretkey, uint8_t len) in Mfc_FormatNdef() function
/packages/apps/Nfc/nci/jni/extns/pn54x/src/
DphNxpExtns.c503 status = Mfc_FormatNdef (msg->pMsgData, msg->Size); in phNxpExtns_ProcessSysMessage()