btserversdkcrkeys.h File Reference

API published in: S60 3rd Ed

Capability Information

Required Capabilities

None



Detailed Description

The API provides the BT power state central repository key that is updated by the S60 BT Server.

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 Type Documentation

enum TBTPowerStateValue
 

Enumeration for Bluetooth power mode values.

Enumerator:
EBTPowerOff 
EBTPowerOn 

Variable Documentation

const TUint32 KBTPowerState = 0x00000001
 

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

See also:
TBTPowerStateValue
const TUid KCRUidBluetoothPowerState = { 0x10204DA9 }
 

Bluetooth Power Mode UID.


Copyright © Nokia Corporation 2001-2008
Back to top