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.c 63 phFriNfc_NdefRecord_t *pNdefRecord=NULL;
    [all...]
phLibNfc_ndef_raw.h 69 extern phFriNfc_NdefRecord_t *pNdefRecord;
phLibNfc.c 530 if(NULL != pNdefRecord)
532 if(NULL != pNdefRecord->Id)
534 phOsalNfc_FreeMemory(pNdefRecord->Id);
535 pNdefRecord->Id = NULL;
537 if(NULL != pNdefRecord->Type)
539 phOsalNfc_FreeMemory(pNdefRecord->Type);
540 pNdefRecord->Type = NULL;
542 if(NULL != pNdefRecord->PayloadData)
544 phOsalNfc_FreeMemory(pNdefRecord->PayloadData);
545 pNdefRecord->PayloadData = NULL
    [all...]
phLibNfc.h 325 uint32_t NdefRecordCount; /**< Number of NDEF records pointed by pNdefRecord */
326 phFriNfc_NdefRecord_t *pNdefRecord; /**< Pointer to the NDEF Records contained within the NDEF message */
    [all...]

Completed in 142 milliseconds