|
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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // BT socket interface types |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 @publishedAll |
|
21 @released |
|
22 */ |
|
23 |
|
24 #ifndef BTSOCKETOPTIONLEVELS_H |
|
25 #define BTSOCKETOPTIONLEVELS_H |
|
26 |
|
27 #include <e32def.h> |
|
28 |
|
29 // Socket Options |
|
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 */ |
|
37 /** |
|
38 Decimal Value: 4118. |
|
39 */ |
|
40 const TUint KSolBtAVDTPSignalling =0x1016; |
|
41 /** |
|
42 Decimal Value: 4119. |
|
43 */ |
|
44 const TUint KSolBtAVDTPMedia =0x1017; |
|
45 /** |
|
46 Decimal Value: 4120. |
|
47 */ |
|
48 const TUint KSolBtAVDTPReporting =0x1018; |
|
49 /** |
|
50 Decimal Value: 4121. |
|
51 */ |
|
52 const TUint KSolBtAVDTPRecovery =0x1019; |
|
53 /** |
|
54 Decimal Value: 4128. |
|
55 */ |
|
56 const TUint KSolBtAVDTPInternal =0x1020; |
|
57 const TUint KSolBtLMProxy = 0x2011; /*!< Link Manager Proxy socket option */ |
|
58 const TUint KSolBtSAPBase = 0x2020; /*!< CBluetoothSAP handles SetOpt first */ |
|
59 |
|
60 #endif // BTSOCKETOPTIONLEVELS_H |