bluetooth/btstack/avdtp/avdtpSignallingChannel.h
branchRCL_3
changeset 13 16aa830c86c8
parent 0 29b1cd4cb562
equal deleted inserted replaced
12:9b6d3ca0c601 13:16aa830c86c8
    51 
    51 
    52 static const TInt KAvdtpReleaseAcceptPriority = CActive::EPriorityHigh;
    52 static const TInt KAvdtpReleaseAcceptPriority = CActive::EPriorityHigh;
    53 #ifdef _OOM_TEST
    53 #ifdef _OOM_TEST
    54 static const TInt KAvdtpSignallingChannelIdleTimeout = 800;
    54 static const TInt KAvdtpSignallingChannelIdleTimeout = 800;
    55 #else
    55 #else
    56 static const TInt KAvdtpSignallingChannelIdleTimeout = 3000000; // 3s
    56 static const TInt KAvdtpSignallingChannelIdleTimeout = 1000000; // 1s
    57 #endif
    57 #endif
    58 
    58 
    59 NONSHARABLE_CLASS(CSignallingChannel) : public CBase, public MSocketNotify, public XLogicalChannelFactoryClient
    59 NONSHARABLE_CLASS(CSignallingChannel) : public CBase, public MSocketNotify, public XLogicalChannelFactoryClient
    60 /**
    60 /**
    61 Relatively stateless entity - driven mainly by GC
    61 Relatively stateless entity - driven mainly by GC