1 // Copyright (c) 1999-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.
14 // BT socket interface types
24 #ifndef BTSOCKETOPTIONLEVELS_H
25 #define BTSOCKETOPTIONLEVELS_H
30 const TUint KSolBtBlog =0x1000; /*!< Logging socket option */
31 const TUint KSolBtHCI =0x1010; /*!< HCI socket option */
32 const TUint KSolBtLM =0x1011; /*!< Link Manager socket option */
33 const TUint KSolBtL2CAP =0x1012; /*!< L2CAP socket option */
34 const TUint KSolBtRFCOMM=0x1013; /*!< RFCOMM socket option */
35 const TUint KSolBtAVCTP =0x1014; /*!< AVCTP socket option */
36 const TUint KSolBtACL =0x1015; /*!< ACL socket option */
40 const TUint KSolBtAVDTPSignalling =0x1016;
44 const TUint KSolBtAVDTPMedia =0x1017;
48 const TUint KSolBtAVDTPReporting =0x1018;
52 const TUint KSolBtAVDTPRecovery =0x1019;
56 const TUint KSolBtAVDTPInternal =0x1020;
57 const TUint KSolBtLMProxy = 0x2011; /*!< Link Manager Proxy socket option */
58 const TUint KSolBtSAPBase = 0x2020; /*!< CBluetoothSAP handles SetOpt first */
60 #endif // BTSOCKETOPTIONLEVELS_H