btobexprofiles/obexsendservices/obexservicesendutils/src/BTServiceClient.cpp
changeset 57 5ebadcda06cb
parent 45 b0aebde9b1fb
equal deleted inserted replaced
51:625f43ae9362 57:5ebadcda06cb
    23 #include "BTServiceClient.h"
    23 #include "BTServiceClient.h"
    24 #include "BTServiceUtils.h"
    24 #include "BTServiceUtils.h"
    25 #include "BTConnectionTimer.h"
    25 #include "BTConnectionTimer.h"
    26 #include "BTSUDebug.h"
    26 #include "BTSUDebug.h"
    27 
    27 
    28 const TUint16 KMtuSizeReceiv    = 0xFFFF;	// 64kB - 1 (65535)
    28 const TUint16 KMtuSizeReceiv    = 0xFFFF;   // 64kB - 1 (65535)
    29 const TUint16 KMtuSizeTrans     = 0x8000;	// 32kB
    29 const TUint16 KMtuSizeTrans     = 0x7200;   // 29kB 
    30 const TInt    KBufferSize       = 0x8000;	// 32kB
    30 const TInt    KBufferSize       = 0x7200;   // 29kB
    31 
    31 
    32 const TInt KBTConnectionTimeout = 20 * 1000 * 1000;	// 20 seconds
    32 const TInt KBTConnectionTimeout = 20 * 1000 * 1000;	// 20 seconds
    33 const TInt KBTAbortTimeout      = 2 * 1000 * 1000;	// 2 seconds
    33 const TInt KBTAbortTimeout      = 2 * 1000 * 1000;	// 2 seconds
    34 
    34 
    35 // CONSTANTS
    35 // CONSTANTS