bluetoothmgmt/btcommon/inc/bt_subconn_levels.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2004-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 // Contains all of the definitions for levels within Bluetooth
       
    15 // that are used by the RSubConnection::Control API.
       
    16 // The definitions here are for currently intended for internal use only.
       
    17 // 
       
    18 //
       
    19 
       
    20 /**
       
    21  @file
       
    22  @internalTechnology
       
    23 */
       
    24 
       
    25 #ifndef BT_SUBCONN_LEVELS_H
       
    26 #define BT_SUBCONN_LEVELS_H
       
    27 
       
    28 //
       
    29 // Levels for RSubConnection::Control
       
    30 //
       
    31 // Sccl == SubConnectionControlLevel
       
    32 //
       
    33 const TUint	KScclBtUpperAvctp  =0x3000;		/*!< AVCTP Upper SubConnection Control Level */
       
    34 const TUint	KScclBtLowerAvctp  =0x3001;		/*!< AVCTP Lower SubConnection Control Level */
       
    35 
       
    36 
       
    37 #endif // BT_SUBCONN_LEVELS_H