os/mm/devsound/sounddevbt/src/A2dpBlueTooth/server/A2dpBTHeadsetAudioIfServerStart.h
Update contrib.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __A2DPBTHEADSETAUDIOIFSERVERSTART_H__
17 #define __A2DPBTHEADSETAUDIOIFSERVERSTART_H__
22 _LIT(KA2DPAudioServerName, "!A2DPBTAudioServer");
24 const TInt KBTAudioServerStackSize=0x2000; // 8KB
25 const TInt KBTAudioServerInitHeapSize=0x1000; // 4KB
26 const TInt KBTAudioServerMaxHeapSize=0x1000000; // 16MB
28 // A version must be specified when creating a session with the server
29 const TUint KBTAudioServerMajorVersionNumber=0;
30 const TUint KBTAudioServerMinorVersionNumber=1;
31 const TUint KBTAudioServerBuildVersionNumber=1;