HomeSort by relevance Sort by last modified time
    Searched refs:pNdefRecord (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nxp/src/
phLibNfc_ndef_raw.h 72 extern phFriNfc_NdefRecord_t *pNdefRecord;
phLibNfc_ndef_raw.c 63 phFriNfc_NdefRecord_t *pNdefRecord=NULL;
    [all...]
phLibNfc.c 588 if(NULL != pNdefRecord)
590 if(NULL != pNdefRecord->Id)
592 phOsalNfc_FreeMemory(pNdefRecord->Id);
593 pNdefRecord->Id = NULL;
595 if(NULL != pNdefRecord->Type)
597 phOsalNfc_FreeMemory(pNdefRecord->Type);
598 pNdefRecord->Type = NULL;
600 if(NULL != pNdefRecord->PayloadData)
602 phOsalNfc_FreeMemory(pNdefRecord->PayloadData);
603 pNdefRecord->PayloadData = NULL
    [all...]
phLibNfc.h 341 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 */
    [all...]

Completed in 50 milliseconds