OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ndeflength
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessage.java
81
int
ndefLength
;
89
ndefLength
= mLength - 4;
93
ndefLength
= mLength;
96
if (
ndefLength
> 0) {
97
byte[] bytes = new byte[
ndefLength
];
98
System.arraycopy(data, ndefOffset, bytes, 0,
ndefLength
);
/external/libnfc-nxp/src/
phLibNfc_Internal.h
153
NdefLength
;
phLibNfc_ndef_raw.c
418
else if(psWr->length > gpphLibContext->ndef_cntx.
NdefLength
)
583
gpphLibContext->ndef_cntx.
NdefLength
)
[
all
...]
phFriNfc_MifareStdMap.c
130
uint8_t
NDEFlength
,
[
all
...]
Completed in 3343 milliseconds