equal
deleted
inserted
replaced
27 #include "btengprivatecrkeys.h" |
27 #include "btengprivatecrkeys.h" |
28 #include "btengconstants.h" |
28 #include "btengconstants.h" |
29 #include "btengactive.h" |
29 #include "btengactive.h" |
30 |
30 |
31 class CBTEngServer; |
31 class CBTEngServer; |
|
32 class CHbIndicatorSymbian; |
32 |
33 |
33 |
34 |
34 /** |
35 /** |
35 * ?one_line_short_description |
36 * ?one_line_short_description |
36 * ?more_complete_description |
37 * ?more_complete_description |
128 */ |
129 */ |
129 void SetUiIndicatorsL(); |
130 void SetUiIndicatorsL(); |
130 |
131 |
131 /** |
132 /** |
132 * ?description |
133 * ?description |
133 * |
134 * |
134 * @since S60 v3.2 |
135 * @param aState Current State of the Bluetooth |
135 * @param ?arg1 ?description |
|
136 */ |
136 */ |
137 void SetIndicatorStateL( const TInt aIndicator, const TInt aState ); |
137 void SetIndicatorStateL( const TInt aState ); |
138 |
138 |
139 /** |
139 /** |
140 * Update the Bluetooth visibility mode. |
140 * Update the Bluetooth visibility mode. |
141 * |
141 * |
142 * @since Symbian^3 |
142 * @since Symbian^3 |
143 * @param ?arg1 ?description |
143 * @param ?arg1 ?description |
303 /** |
303 /** |
304 * Client-server message for power change requests. |
304 * Client-server message for power change requests. |
305 */ |
305 */ |
306 RMessage2 iMessage; |
306 RMessage2 iMessage; |
307 |
307 |
|
308 /** |
|
309 * Orbit Indicator to display Bluetooth Status |
|
310 */ |
|
311 CHbIndicatorSymbian* iBTIndicator; |
|
312 |
|
313 /* |
|
314 * Indicator State |
|
315 */ |
|
316 TInt iIndicatorState; |
308 }; |
317 }; |
309 |
318 |
310 |
319 |
311 #endif // BTENGSRVSETTINGS_H |
320 #endif // BTENGSRVSETTINGS_H |