diff -r 9b6d3ca0c601 -r 16aa830c86c8 bluetooth/btstack/avdtp/avdtpSignallingChannel.h --- a/bluetooth/btstack/avdtp/avdtpSignallingChannel.h Wed Mar 31 23:19:43 2010 +0300 +++ b/bluetooth/btstack/avdtp/avdtpSignallingChannel.h Wed Apr 14 17:08:52 2010 +0300 @@ -53,7 +53,7 @@ #ifdef _OOM_TEST static const TInt KAvdtpSignallingChannelIdleTimeout = 800; #else -static const TInt KAvdtpSignallingChannelIdleTimeout = 3000000; // 3s +static const TInt KAvdtpSignallingChannelIdleTimeout = 1000000; // 1s #endif NONSHARABLE_CLASS(CSignallingChannel) : public CBase, public MSocketNotify, public XLogicalChannelFactoryClient