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

Member Functions Documentation

PowerStateChanged(TBTPowerStateValue)

voidPowerStateChanged(TBTPowerStateValueaState)[pure virtual]

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

Since
S60 v3.2

Parameters

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

VisibilityModeChanged(TBTVisibilityMode)

voidVisibilityModeChanged(TBTVisibilityModeaState)[pure virtual]

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

Since
S60 v3.2

Parameters

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