HomeSort by relevance Sort by last modified time
    Searched refs:tlvMaxLen (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/jni/
SecureElement.h 608 ** tlvMaxLen: TLV buffer's maximum length.
616 bool encodeAid (UINT8* tlv, UINT16 tlvMaxLen, UINT16& tlvActualLen, const UINT8* aid, UINT8 aidLen);
SecureElement.cpp 600 const UINT16 tlvMaxLen = aidBufferLen + 10;
601 UINT8* tlv = new UINT8 [tlvMaxLen];
    [all...]

Completed in 31 milliseconds