equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * |
8 * |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
61 /** |
61 /** |
62 * Device type capability: KAccMonOffice |
62 * Device type capability: KAccMonOffice |
63 * |
63 * |
64 * Description: Constant definition for device type office, e.g. Music Stand. |
64 * Description: Constant definition for device type office, e.g. Music Stand. |
65 */ |
65 */ |
66 const TAccMonCapability KAccMonOffice = 3; |
66 const TAccMonCapability KAccMonOffice = 3; |
67 |
67 |
68 /** |
68 /** |
69 * Device type capability: KAccMonLoopset |
69 * Device type capability: KAccMonLoopset |
70 * |
70 * |
71 * Description: Constant definition for device type Loopset. |
71 * Description: Constant definition for device type Loopset. |
118 * Description: Constant definition for physical connection USB |
118 * Description: Constant definition for physical connection USB |
119 * connector. If capability is defined accessory has USB for its |
119 * connector. If capability is defined accessory has USB for its |
120 * physical connection. |
120 * physical connection. |
121 */ |
121 */ |
122 const TAccMonCapability KAccMonUSB = 19; |
122 const TAccMonCapability KAccMonUSB = 19; |
|
123 |
|
124 /** |
|
125 * Physical connection capability: KAccMonHDMI |
|
126 * |
|
127 * Description: Constant definition for physical connection HDMI |
|
128 * connector. If capability is defined accessory has HDMI for its |
|
129 * physical connection. |
|
130 */ |
|
131 const TAccMonCapability KAccMonHDMI = 20; |
123 |
132 |
124 /** |
133 /** |
125 * Audio Capabilities |
134 * Audio Capabilities |
126 * |
135 * |
127 * Description: Audio capabilities describe the audio features some accessory |
136 * Description: Audio capabilities describe the audio features some accessory |
185 * Bluetooth features describe the bluetooth features some accessory has. |
194 * Bluetooth features describe the bluetooth features some accessory has. |
186 */ |
195 */ |
187 |
196 |
188 /** |
197 /** |
189 * Bluetooth capability: KAccMonBTHSP |
198 * Bluetooth capability: KAccMonBTHSP |
190 * Description: Constant definition for Bluetooth profile HS (Headset |
199 * Description: Constant definition for Bluetooth profile HS (Headset |
191 * profile). Accessory supports HS profile. |
200 * profile). Accessory supports HS profile. |
192 */ |
201 */ |
193 const TAccMonCapability KAccMonBTHSP = 97; |
202 const TAccMonCapability KAccMonBTHSP = 97; |
194 |
203 |
195 /** |
204 /** |