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

  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 65 * of caller-provided array positions has to be the same as "NumberOfRawRecords".
67 * \param[in,out] NumberOfRawRecords Length of the Record pointer array. The caller has to provide
80 * - The "NumberOfRawRecords" parameter is 0 (zero): The array is not filled, just the number is returned.
83 * 0 (zero) for "NumberOfRawRecords" and the function yields the correct array size to allocate
91 uint32_t *NumberOfRawRecords)
105 if (Buffer == NULL || BufferLength == 0 || NumberOfRawRecords == NULL)
112 if((*NumberOfRawRecords) > 0)
115 has to be the same as NumberOfRawRecords. Hence,
116 if NumberOfRawRecords > 0, the array IsChunked cannot be null */
126 if ( RawRecords == NULL || *NumberOfRawRecords == 0
    [all...]
phLibNfc_Internal.h 172 uint32_t NumberOfRawRecords;
phLibNfc_ndef_raw.c     [all...]

Completed in 318 milliseconds