bluetoothmgmt/btcommon/inc/bt_subconn_levels.h
changeset 0 29b1cd4cb562
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bluetoothmgmt/btcommon/inc/bt_subconn_levels.h	Fri Jan 15 08:13:17 2010 +0200
@@ -0,0 +1,37 @@
+// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// Contains all of the definitions for levels within Bluetooth
+// that are used by the RSubConnection::Control API.
+// The definitions here are for currently intended for internal use only.
+// 
+//
+
+/**
+ @file
+ @internalTechnology
+*/
+
+#ifndef BT_SUBCONN_LEVELS_H
+#define BT_SUBCONN_LEVELS_H
+
+//
+// Levels for RSubConnection::Control
+//
+// Sccl == SubConnectionControlLevel
+//
+const TUint	KScclBtUpperAvctp  =0x3000;		/*!< AVCTP Upper SubConnection Control Level */
+const TUint	KScclBtLowerAvctp  =0x3001;		/*!< AVCTP Lower SubConnection Control Level */
+
+
+#endif // BT_SUBCONN_LEVELS_H