Lines Matching refs:Tnf
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 = 0x06
481 if((NdefReg->RecordsExtracted->Tnf & PH_FRINFC_NDEFRECORD_TNF_MASK ) ==
496 /* This is a tnf other than 0x06.
497 that means, this is a valid tnf */
498 NdefReg->validPreviousTnf = NdefReg->RecordsExtracted->Tnf;
500 /* First, Match should be done with The TNF*/
503 if((NdefReg->NdefTypeList->Tnf[NdefReg->RtdIndex] &
505 (NdefReg->RecordsExtracted->Tnf & PH_FRINFC_NDEFRECORD_TNF_MASK ) &&
510 switch(NdefReg->NdefTypeList->Tnf[NdefReg->RtdIndex])
513 /* TNF = 0X01 NFC Forum well-known type : Case sensitive
525 /* For TNF = 0X02 Media-type as defined in RFC 2046
530 /* For TNF = 0X04 NFC Forum external type : ==> Comparison to be used
541 /* TNF = 0X03 Absolute URI as defined in RFC 3986 [RFC 3986]
544 *types* in *registry*: NONE. only TNF ; type should be ignored,
567 /* we have found a matching TNF */
607 if((NdefReg->RecordsExtracted->Tnf & PH_FRINFC_NDEFRECORD_TNF_MASK )