bluetoothmgmt/bluetoothclientlib/avlib/avdtpSBCCodecCapability.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     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 /**
       
    17  @file
       
    18  @internalTechnology
       
    19 */
       
    20 
       
    21 #ifndef AVDTPSBCCODECCAPABILITY_H
       
    22 #define AVDTPSBCCODECCAPABILITY_H
       
    23 
       
    24 static const TUint8 KSBCIESampFreqOffset 	= 4;
       
    25 static const TUint8 KSBCIEChModeMask  		= 0x0f;
       
    26 static const TUint8 KSBCIEBlockLenOffset 	= 4;
       
    27 static const TUint8 KSBCIESubbandsOffset 	= 2;
       
    28 static const TUint8 KSBCIESubbandsMask 		= 0x03;
       
    29 static const TUint8 KSBCIEAllocMethMask		= 0x03;
       
    30 
       
    31 #endif // AVDTPSBCCODECCAPABILITY_H 
       
    32