Searched defs:IsChunked (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_NdefRecord.c63 * \param[in] IsChunked This boolean tells the user that the record of a certain position within
90 uint8_t IsChunked[],
114 /* The number of caller-provided array positions for the array IsChunked
116 if NumberOfRawRecords > 0, the array IsChunked cannot be null */
117 if(IsChunked == NULL)
245 /* in the array IsChunked, to write */
249 IsChunked [Count] = PHFRINFCNDEFRECORD_CHUNKBIT_SET;
253 IsChunked [Count] = PHFRINFCNDEFRECORD_CHUNKBIT_SET_ZERO;
276 /* If NoOfRecordsReturnFlag = 0, that means the array IsChunked
278 of IsChunked i
87 phFriNfc_NdefRecord_GetRecords( uint8_t *Buffer, uint32_t BufferLength, uint8_t *RawRecords[], uint8_t IsChunked[], uint32_t *NumberOfRawRecords) argument
[all...]
H A DphFriNfc_NdefReg.h247 uint8_t *IsChunked; /**< \internal Array of chunked flags */ member in struct:phFriNfc_NdefReg
252 and IsChunked arrays */
H A DphLibNfc_Internal.h175 uint8_t IsChunked[MAX_NO_OF_RECORDS]; member in struct:phLibNfc_NdefRecInfo

Completed in 186 milliseconds