--- 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;
}
// -----------------------------------------------------------------------------
--- 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
{