devsound/sounddevbt/src/A2dpBlueTooth/server/A2dpBTHeadsetAudioIfServerStart.h
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __A2DPBTHEADSETAUDIOIFSERVERSTART_H__
       
    17 #define __A2DPBTHEADSETAUDIOIFSERVERSTART_H__
       
    18 
       
    19 #include <e32std.h>
       
    20 
       
    21 // Server name
       
    22 _LIT(KA2DPAudioServerName, "!A2DPBTAudioServer");
       
    23 
       
    24 const TInt KBTAudioServerStackSize=0x2000;			//  8KB
       
    25 const TInt KBTAudioServerInitHeapSize=0x1000;		//  4KB
       
    26 const TInt KBTAudioServerMaxHeapSize=0x1000000;		// 16MB
       
    27 
       
    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;
       
    32 
       
    33 #endif