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

  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 147 /* Check for Tnf bits 0x07 is reserved for future use */
151 /* TNF 07 Error */
159 /* Check the First Record(MB = 0) for TNF = 0x06(Unchanged) */
170 /* First Record i.e., MB = 1, TNF != 0x05 and TypeLength = 0 */
281 TNF of present record is not 0x06 */
286 /* CF or TNF Error */
293 TNF of present record is 0x06 */
298 /* CF or TNF Error */
393 FlagCheck=phFriNfc_NdefRecord_NdefFlag(Record->Tnf,PH_FRINFC_NDEFRECORD_TNFBYTE_MASK);
394 /* Type length is present only for following TNF
715 uint8_t tnf = 0; local
    [all...]
phFriNfc_NdefReg.c 298 /* First, Match should be done with The TNF*/
299 if( (NdefReg->NdefTypeList->Tnf[index] & PH_FRINFC_NDEFRECORD_TNF_MASK ) ==
300 (NdefReg->RecordsExtracted->Tnf & PH_FRINFC_NDEFRECORD_TNF_MASK ) )
308 switch(NdefReg->NdefTypeList->Tnf[index])
311 /* TNF = 0X01 NFC Forum well-known type : Case sensitive */
323 /* For TNF = 0X02 Media-type as defined in RFC 2046
328 For TNF = 0X04 NFC Forum external type : ==> Comparison to be used
339 /* TNF = 0X03 Absolute URI as defined in RFC 3986 [RFC 3986]
342 *types* in *registry*: NONE. only TNF ; type should be ignored,
478 /* Check whether the TNF = 0x0
    [all...]
phFriNfc_NdefRecord.h 68 * \brief The TNF specifies the structure of the NDEF Record TYPE field.
114 #define PH_FRINFC_NDEFRECORD_BUF_TNF_VALUE ((uint8_t)0x00) /** \internal If TNF = Empty, Unknown and Unchanged, the id, type and payload length is ZERO */
147 * \li \b Extraction: The component fills the TNF value, extracted from the NDEF record.
148 * \li \b Composition: The caller needs to specify the TNF according to the definitions in the
151 uint8_t Tnf;
154 * The length of the Type field. See \ref phFriNfc_NdefRecord_t::Tnf and
157 * \li \b Extraction: If the TNF indicates that a type field is present this
160 * \li \b Composition: If the caller specifies via TNF that a Type field is present
172 * \li \b Extraction: If the record holds a type (see TNF) the function sets the pointer to the
176 * caller specifies that the record is without type (TNF) this member is ignore
    [all...]
phFriNfc_NdefReg.h 184 uint8_t Tnf[PH_FRINFC_NDEFREG_MAX_RTD_REGISTERED];
256 /* Used to remember the last valid TNF */
257 uint8_t validPreviousTnf; /**< \internal The last valid TNF that we had. */
266 TNF which matches with the Registered RTD */
phLibNfc.h 327 uint8_t Tnf; /**< Type Name Format of this NDEF record */
672 * \param NFCSTATUS_SUCCESS Indicates registered tnf type detected. .
    [all...]
phLibNfc_ndef_raw.c     [all...]
  /frameworks/base/core/jni/
android_nfc.h 38 uint8_t Tnf;

Completed in 467 milliseconds