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

  /external/libnfc-nxp/src/
phFriNfc_NdefReg.h 136 /** Indicates whether a record is chunked or not. */
137 uint8_t Chunked[PH_FRINFC_NDEFREG_MAX_RTD];
247 uint8_t *IsChunked; /**< \internal Array of chunked flags */
255 won't parse correctly chunked records */
298 * Chunked record flags.
phFriNfc_NdefReg.c 351 /* Copy the chunked flag info to the callback parameter */
352 NdefReg->CbParam->Chunked[count] = (NdefReg->RecordsExtracted->Flags & \
476 won't parse correctly chunked records */
570 /* Copy the chunked flag info to the callback parameter */
571 NdefReg->CbParam->Chunked[count] = NdefReg->IsChunked[NdefReg->RecordIndex];
590 when there are chunked records */

Completed in 2411 milliseconds