Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DSecureElement.cpp588 const UINT16 tlvMaxLen = aidBufferLen + 10; in notifyTransactionListenersOfAid() local
589 UINT8* tlv = new UINT8 [tlvMaxLen]; in notifyTransactionListenersOfAid()
DSecureElement.h592 …bool encodeAid (UINT8* tlv, UINT16 tlvMaxLen, UINT16& tlvActualLen, const UINT8* aid, UINT8 aidLen…