Home | History | Annotate | Download | only in src

Lines Matching refs:phLib_NdefRecCntx

1722                             gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer,
1723 gpphLibContext->phLib_NdefRecCntx.ndef_message.length,
1725 gpphLibContext->phLib_NdefRecCntx.IsChunked,
1726 &(gpphLibContext->phLib_NdefRecCntx.NumberOfRawRecords));
1728 NdefInfo.pNdefMessage = gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer;
1735 (sizeof(phFriNfc_NdefRecord_t)* gpphLibContext->phLib_NdefRecCntx.NumberOfRawRecords );
1753 gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer,
1754 gpphLibContext->phLib_NdefRecCntx.ndef_message.length,
1755 gpphLibContext->phLib_NdefRecCntx.RawRecords,
1756 gpphLibContext->phLib_NdefRecCntx.IsChunked,
1757 &(gpphLibContext->phLib_NdefRecCntx.NumberOfRawRecords));
1759 for (Index = 0; Index < gpphLibContext->phLib_NdefRecCntx.NumberOfRawRecords; Index++)
1763 gpphLibContext->phLib_NdefRecCntx.RawRecords[Index]);
1773 &(gpphLibContext->phLib_NdefRecCntx.NdefReg),
1774 gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer,
1775 (uint16_t)gpphLibContext->phLib_NdefRecCntx.ndef_message.length);
1789 RegStatus = phFriNfc_NdefReg_Process( &(gpphLibContext->phLib_NdefRecCntx.NdefReg),
1797 for(Index=0;Index<gpphLibContext->phLib_NdefRecCntx.CbParam.Count;Index++)
1799 pNdefRecord->Tnf = gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Tnf;
1801 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].TypeLength;
1803 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].PayloadLength;
1805 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].IdLength;
1807 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Flags;
1814 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Id,
1817 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].PayloadData,
1820 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Type,
1848 &(gpphLibContext->phLib_NdefRecCntx.NdefReg),
1849 gpphLibContext->phLib_NdefRecCntx.NdefCb );
1854 for(Index=0;Index<gpphLibContext->phLib_NdefRecCntx.CbParam.Count;Index++)
1934 gpphLibContext->phLib_NdefRecCntx.NumberOfRecords = 255;
1937 &(gpphLibContext->phLib_NdefRecCntx.NdefReg),
1938 gpphLibContext->phLib_NdefRecCntx.NdefTypes_array,
1939 &(gpphLibContext->phLib_NdefRecCntx.RecordsExtracted),
1940 &(gpphLibContext->phLib_NdefRecCntx.CbParam),
1941 gpphLibContext->phLib_NdefRecCntx.ChunkedRecordsarray,
1942 gpphLibContext->phLib_NdefRecCntx.NumberOfRecords);
1944 gpphLibContext->phLib_NdefRecCntx.NdefCb = phOsalNfc_GetMemory(sizeof(phFriNfc_NdefReg_Cb_t));
1945 if(gpphLibContext->phLib_NdefRecCntx.NdefCb==NULL)
1950 gpphLibContext->phLib_NdefRecCntx.NdefCb->NdefCallback = phLibNfc_Ndef_Rtd_Cb;
1952 gpphLibContext->phLib_NdefRecCntx.NdefCb->NumberOfRTDs = uNoSrchRecords;
1955 gpphLibContext->phLib_NdefRecCntx.NdefCb->NdefType[Index] = psSrchTypeList->Type;
1956 gpphLibContext->phLib_NdefRecCntx.NdefCb->Tnf[Index] = psSrchTypeList->Tnf ;
1957 gpphLibContext->phLib_NdefRecCntx.NdefCb->NdeftypeLength[Index] = psSrchTypeList->TypeLength;
1962 RetVal = phFriNfc_NdefReg_AddCb(&(gpphLibContext->phLib_NdefRecCntx.NdefReg),
1963 gpphLibContext->phLib_NdefRecCntx.NdefCb );
1966 gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer =
1968 gpphLibContext->phLib_NdefRecCntx.ndef_message.length =
1983 gpphLibContext->phLib_NdefRecCntx.ndef_message.buffer,
1984 (uint32_t*)&gpphLibContext->phLib_NdefRecCntx.ndef_message.length,