MBTEngSettingsObserver Class Reference

class MBTEngSettingsObserver

Class MBTEngSettingsObserver

Callback interface for receiving events related to changes in Bluetooth power and discoverability mode settings.

btengsettings.lib
Since
S60 v3.2
Public Member Functions
void PowerStateChanged ( TBTPowerStateValue )
void VisibilityModeChanged ( TBTVisibilityMode )

Member Functions Documentation

PowerStateChanged(TBTPowerStateValue)

void PowerStateChanged ( TBTPowerStateValue aState ) [pure virtual]

Provides notification of changes in the power state of the Bluetooth hardware.

Since
S60 v3.2

Parameters

TBTPowerStateValue aState EBTPowerOff if the BT hardware has been turned off, EBTPowerOn if it has been turned off.

VisibilityModeChanged(TBTVisibilityMode)

void VisibilityModeChanged ( TBTVisibilityMode aState ) [pure virtual]

Provides notification of changes in the discoverability mode of the Bluetooth hardware.

Since
S60 v3.2

Parameters

TBTVisibilityMode aState EBTDiscModeHidden if the BT hardware is in hidden mode, EBTDiscModeGeneral if it is in visible mode.