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

  /external/libnfc-nxp/src/
phFriNfc_NdefReg.h 240 uint8_t **NdefTypes; /**< \internal */
251 uint32_t NumberOfRecords; /**< \internal Space available in NdefTypes
289 * the NdefTypes
phFriNfc_NdefReg.c 101 NdefReg->NdefTypes = NdefTypesarray ;
425 /* There is not enough space in the arrays NdefReg->NdefTypes
434 /* Now, get the NdefTypes */
437 NdefReg->NdefTypes,
449 /* For each record, in the arry NdefReg->NdefTypes, check
462 NdefReg->NdefTypes[NdefReg->RecordIndex]);
574 NdefReg->CbParam->RawRecord[count] = NdefReg->NdefTypes[NdefReg->RecordIndex];

Completed in 695 milliseconds