OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdLength
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/
android_nfc.h
41
uint8_t
IdLength
;
/external/libnfc-nxp/src/
phFriNfc_NdefRecord.c
99
IDLength
= 0;
227
/* To Calculate the
IDLength
and PayloadLength for
235
&
IDLength
);
308
/* Check for the TypeLength,
IDLength
= 0 */
309
if (TypeLength != 0 ||
IDLength
!= 0)
322
+
IDLength
+ TypeLengthByte + PayloadLength
367
+ TypeLengthByte +
IDLength
+ PayloadLength
430
/* ID and
IDlength
are present only if IL flag is set*/
434
RecordLength +=Record->
IdLength
;
471
IDLength
= 0
[
all
...]
phFriNfc_NdefRecord.h
191
uint8_t
IdLength
;
197
* \ref phFriNfc_NdefRecord_t::
IdLength
.
276
*<br>6. Not a First Record, either the MB Bit OR the CF bit is set to 1.
IDLength
(IL) Bit is set to 1 and TNF bits are set to 0x06 (Unchanged).
482
* \param[out]
IDLength
Length of the ID Data.
phLibNfc_ndef_raw.c
[
all
...]
Completed in 137 milliseconds