Searched refs:pNdefRecord (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc_ndef_raw.h73 extern phFriNfc_NdefRecord_t *pNdefRecord;
H A DphLibNfc_ndef_raw.c64 phFriNfc_NdefRecord_t *pNdefRecord=NULL; variable
1734 NdefInfo.pNdefRecord = phOsalNfc_GetMemory
1736 if(NULL==NdefInfo.pNdefRecord)
1748 pNdefRecord=NdefInfo.pNdefRecord;
1762 pNdefRecord,
1764 pNdefRecord++;
1799 pNdefRecord->Tnf = gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Tnf;
1800 pNdefRecord->TypeLength =
1802 pNdefRecord
[all...]
H A DphLibNfc.c600 if(NULL != pNdefRecord)
602 if(NULL != pNdefRecord->Id)
604 phOsalNfc_FreeMemory(pNdefRecord->Id);
605 pNdefRecord->Id = NULL;
607 if(NULL != pNdefRecord->Type)
609 phOsalNfc_FreeMemory(pNdefRecord->Type);
610 pNdefRecord->Type = NULL;
612 if(NULL != pNdefRecord->PayloadData)
614 phOsalNfc_FreeMemory(pNdefRecord->PayloadData);
615 pNdefRecord
[all...]
H A DphLibNfc.h341 uint32_t NdefRecordCount; /**< Number of NDEF records pointed by pNdefRecord */
342 phFriNfc_NdefRecord_t *pNdefRecord; /**< Pointer to the NDEF Records contained within the NDEF message */ member in struct:phLibNfc_Ndef_Info

Completed in 63 milliseconds