OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Tnf
(Results
1 - 4
of
4
) 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_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
...]
Completed in 464 milliseconds