OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_KOVIO_MAX_LEN
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Nfc/nci/jni/
NfcTag.h
314
UINT8 mLastKovioUid[
NFC_KOVIO_MAX_LEN
]; // uid of last Kovio tag activated
NfcTag.cpp
57
memset(mLastKovioUid, 0,
NFC_KOVIO_MAX_LEN
);
270
if ((mLastKovioUidLen = mTechParams[0].param.pk.uid_len) >
NFC_KOVIO_MAX_LEN
)
271
mLastKovioUidLen =
NFC_KOVIO_MAX_LEN
;
[
all
...]
/external/libnfc-nci/src/nfc/include/
nfc_api.h
563
#ifndef
NFC_KOVIO_MAX_LEN
564
#define
NFC_KOVIO_MAX_LEN
32
569
UINT8 uid[
NFC_KOVIO_MAX_LEN
];
[
all
...]
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
706
if (p_param->param.pk.uid_len >
NFC_KOVIO_MAX_LEN
)
708
NFC_TRACE_ERROR2( "Kovio UID len:0x%x exceeds max(0x%x)", p_param->param.pk.uid_len,
NFC_KOVIO_MAX_LEN
);
709
p_param->param.pk.uid_len =
NFC_KOVIO_MAX_LEN
;
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_dm_int.h
483
UINT8 activated_nfcid[
NFC_KOVIO_MAX_LEN
]; /* NFCID 0/1/2 or UID of ISO15694/Kovio */
Completed in 32 milliseconds