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

  /external/libnfc-nxp/src/
phFriNfc_NdefReg.h 75 * \ref PH_FRINFC_NDEFREG_MAX_RTD is the maximum number of Records that can
80 #define PH_FRINFC_NDEFREG_MAX_RTD 8 /**< Maximum number of RTDs per callback function. */
126 * number is \ref PH_FRINFC_NDEFREG_MAX_RTD .
134 phFriNfc_NdefRecord_t Records[PH_FRINFC_NDEFREG_MAX_RTD];
137 uint8_t Chunked[PH_FRINFC_NDEFREG_MAX_RTD];
140 uint8_t *RawRecord[PH_FRINFC_NDEFREG_MAX_RTD];
143 uint32_t RawRecordSize[PH_FRINFC_NDEFREG_MAX_RTD];
174 * is \ref PH_FRINFC_NDEFREG_MAX_RTD .
phFriNfc_NdefReg.c 586 /*if count is greater than PH_FRINFC_NDEFREG_MAX_RTD (presently 8)
588 PH_FRINFC_NDEFREG_MAX_RTD of a single type with in the packet,as a result
593 if(count >= PH_FRINFC_NDEFREG_MAX_RTD )

Completed in 146 milliseconds