Lines Matching refs:ndef_fmt
681 if(NULL == gpphLibContext->ndef_cntx.ndef_fmt) in phLibNfc_Ndef_Init()
684 gpphLibContext->ndef_cntx.ndef_fmt = (phFriNfc_sNdefSmtCrdFmt_t *) in phLibNfc_Ndef_Init()
687 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt) in phLibNfc_Ndef_Init()
689 (void)memset(gpphLibContext->ndef_cntx.ndef_fmt, in phLibNfc_Ndef_Init()
717 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt) in phLibNfc_Ndef_DeInit()
719 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.ndef_fmt); in phLibNfc_Ndef_DeInit()
720 gpphLibContext->ndef_cntx.ndef_fmt = NULL; in phLibNfc_Ndef_DeInit()
1304 RetVal = phFriNfc_NdefSmtCrd_Reset(gpphLibContext->ndef_cntx.ndef_fmt, in phLibNfc_RemoteDev_FormatNdef()
1313 RetVal = phFriNfc_NdefSmtCrd_SetCR(gpphLibContext->ndef_cntx.ndef_fmt, in phLibNfc_RemoteDev_FormatNdef()
1324 RetVal = phFriNfc_NdefSmtCrd_Format(gpphLibContext->ndef_cntx.ndef_fmt, in phLibNfc_RemoteDev_FormatNdef()
1420 ret_val = phFriNfc_NdefSmtCrd_Reset (gpphLibContext->ndef_cntx.ndef_fmt, in phLibNfc_ConvertToReadOnlyNdef()
1430 ret_val = phFriNfc_NdefSmtCrd_SetCR (gpphLibContext->ndef_cntx.ndef_fmt, in phLibNfc_ConvertToReadOnlyNdef()
1437 gpphLibContext->ndef_cntx.ndef_fmt); in phLibNfc_ConvertToReadOnlyNdef()