Searched refs:tlvMaxLen (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DSecureElement.h608 ** tlvMaxLen: TLV buffer's maximum length.
616 bool encodeAid (UINT8* tlv, UINT16 tlvMaxLen, UINT16& tlvActualLen, const UINT8* aid, UINT8 aidLen);
H A DSecureElement.cpp600 const UINT16 tlvMaxLen = aidBufferLen + 10; local
601 UINT8* tlv = new UINT8 [tlvMaxLen];

Completed in 63 milliseconds