# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1284494382 -10800 # Node ID fb2c519f85e07d184618fc39d9d5fa51b557bd90 # Parent 52a16739159072136bb743724b38057c6ce76482 Revision: 201033 Kit: 201035 diff -r 52a167391590 -r fb2c519f85e0 localconnectivityservice/obexsendservices/obexservicesendutils/src/BTServiceClient.cpp --- a/localconnectivityservice/obexsendservices/obexservicesendutils/src/BTServiceClient.cpp Wed Sep 01 12:20:40 2010 +0100 +++ b/localconnectivityservice/obexsendservices/obexservicesendutils/src/BTServiceClient.cpp Tue Sep 14 22:59:42 2010 +0300 @@ -25,9 +25,9 @@ #include "BTConnectionTimer.h" #include "BTSUDebug.h" -const TUint16 KMtuSizeReceiv = 0xFFFF; // 64kB - 1 (65535) -const TUint16 KMtuSizeTrans = 0x8000; // 32kB -const TInt KBufferSize = 0x8000; // 32kB +const TUint16 KMtuSizeReceiv = 0xFFFF; // 64kB - 1 (65535) +const TUint16 KMtuSizeTrans = 0x7200; // 29kB +const TInt KBufferSize = 0x7200; // 29kB const TInt KBTConnectionTimeout = 20 * 1000 * 1000; // 20 seconds const TInt KBTAbortTimeout = 2 * 1000 * 1000; // 2 seconds @@ -403,8 +403,7 @@ FTRACE(FPrint(_L("[BTSU]\t CBTServiceClient::GetProgressStatus() completed, bytes sent %d"), iTotalBytesSent + bytesSent ) ); - // return iTotalBytesSent + bytesSent; - return bytesSent; + return iTotalBytesSent + bytesSent; } // ----------------------------------------------------------------------------- diff -r 52a167391590 -r fb2c519f85e0 localconnectivityservice/obexserviceman/utils/src/obexutilslaunchwaiter.cpp --- a/localconnectivityservice/obexserviceman/utils/src/obexutilslaunchwaiter.cpp Wed Sep 01 12:20:40 2010 +0100 +++ b/localconnectivityservice/obexserviceman/utils/src/obexutilslaunchwaiter.cpp Tue Sep 14 22:59:42 2010 +0300 @@ -147,8 +147,9 @@ TRAP (error, TObexUtilsUiLayer::LaunchFileManagerL( filePath, sortMethod, ETrue )); // ETrue -> launch file manager in embedded mode. + isCompleteSelf = ETrue; } // KErrNotSupported - isCompleteSelf = ETrue; + } else {