Home | History | Annotate | Download | only in src

Lines Matching refs:NdefInfo

63 phLibNfc_Ndef_Info_t NdefInfo;
1728 NdefInfo.pNdefMessage = gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer;
1729 NdefInfo.NdefMessageLengthActual = gpphLibContext->ndef_cntx.NdefActualSize;
1730 NdefInfo.NdefMessageLengthMaximum = gpphLibContext->ndef_cntx.NdefLength;
1731 NdefInfo.NdefRecordCount =0;
1734 NdefInfo.pNdefRecord = phOsalNfc_GetMemory
1736 if(NULL==NdefInfo.pNdefRecord)
1748 pNdefRecord=NdefInfo.pNdefRecord;
1765 NdefInfo.NdefRecordCount++;
1824 NdefInfo.NdefRecordCount++;
1829 if(pNdefRecord == NdefInfo.pNdefRecord)
1831 NdefInfo.NdefRecordCount =0;
1834 &NdefInfo,gpphLibContext->Connected_handle,
1844 &NdefInfo,gpphLibContext->Connected_handle,
1853 pNdefRecord=NdefInfo.pNdefRecord;