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

  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 57 * \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;
    [all...]
phLibNfc_Internal.h 177 uint8_t *RawRecords[MAX_NO_OF_RECORDS];
phLibNfc_ndef_raw.c     [all...]

Completed in 57 milliseconds