API published in: S60 3rd Ed
Required Capabilities
None
The key provides up-to-date information on the BT HW power state. Any application may monitor to the cenrep key that is updated to receive notifications of any change in state.
The key UID is KCRUidBluetoothPowerState and following key is provided:
Go to the source code of this file.
Enumerations |
|
enum | TBTPowerStateValue { EBTPowerOff, EBTPowerOn } |
Enumeration for Bluetooth power mode values. More... |
|
Variables |
|
const TUid | KCRUidBluetoothPowerState = { 0x10204DA9 } |
Bluetooth Power Mode UID. |
|
const TUint32 | KBTPowerState = 0x00000001 |
The cenrep key for storing the Bluetooth power mode. |
|
Enumeration for Bluetooth power mode values. |
|
The cenrep key for storing the Bluetooth power mode. Valid values are defined by the enum TBTPowerStateValue Possible values are: 0 Bluetooth chip is not powered/in sleep mode 1 Bluetooth chip is powered up and fully functional Default value: 0
|
|
Bluetooth Power Mode UID. |