Searched defs:RawRecords (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_NdefRecord.c57 * \param[in,out] RawRecords Array of pointers, receiving the references to the found Ndef Records
78 * - The "RawRecords" array is too short to hold all values: It is filled up to the allowed maximum.
79 * - The "RawRecords" array is NULL: Only the number is returned.
82 * This can be exploited for targeted memory allocation: Specify NULL for "RawRecords" and/or
89 uint8_t *RawRecords[],
126 if ( RawRecords == NULL || *NumberOfRawRecords == 0)
215 if((Buffer != NULL)&&(RawRecords!=NULL))/*QMOR FIX*/
217 RawRecords[Count] = Buffer;
87 phFriNfc_NdefRecord_GetRecords( uint8_t *Buffer, uint32_t BufferLength, uint8_t *RawRecords[], uint8_t IsChunked[], uint32_t *NumberOfRawRecords) argument
H A DphLibNfc_Internal.h177 uint8_t *RawRecords[MAX_NO_OF_RECORDS]; member in struct:phLibNfc_NdefRecInfo

Completed in 1744 milliseconds