OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlvMaxLen
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nci/jni/
SecureElement.h
584
**
tlvMaxLen
: TLV buffer's maximum length.
592
bool encodeAid (UINT8* tlv, UINT16
tlvMaxLen
, UINT16& tlvActualLen, const UINT8* aid, UINT8 aidLen);
SecureElement.cpp
588
const UINT16
tlvMaxLen
= aidBufferLen + 10;
589
UINT8* tlv = new UINT8 [
tlvMaxLen
];
[
all
...]
Completed in 88 milliseconds