btnotifierapi.h File Reference

API published in: S60 3rd Ed

Capability Information

Required Capabilities

None



Detailed Description

The UID of the Bluetooth Power Mode Notifier.

This notifier checks the Bluetooth power status, If Bluetooth is off, a dialog is poped up asking user's acceptance of switching on Bluetooth. The notifier is launched via the notifier framework through RNotifier API.

Sample code of using RNotifier:

RNotifier notifier; TRequestStatus status; TPckgBuf <TBool> param, result; notifier.StartNotifierAndGetResponse (status, KPowerModeSettingNotifierUid, param, result);

Go to the source code of this file.


Variables

const TUid  KPowerModeSettingNotifierUid = {0x100059E2}

Variable Documentation

const TUid KPowerModeSettingNotifierUid = {0x100059E2}
 

Copyright © Nokia Corporation 2001-2008
Back to top