Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Bluetooth Setting Detection with Listener

1 replies · 2,483 views · Started 18 February 2003

Can someone please let me know if there is a way to get the pop up dialog indicating that the phone does not have Bluetooth turned on when using a Bluetooth listener. I know I can get the message by using the notifier during connection to other bluetooth devices, but I can't seem to get the same with a listener. Any help is appreciated!

I posted this question on Forum Nokia and here is the response I received:

I did some further investigation and found a way to implement BT module
check. Use StartNotifierAndGetResponse and as a constant use this:

const TUid KPowerModeSettingNotifierUid = {0x100059E2}; // Notifier id for
power mode setting

I tried doing this, but I am not sure what the last two parameters of the
StartNotifierAndGetResponse function should be. Does anyone have any ideas
about this?

Thanks!