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!
Bluetooth Setting Detection with Listener
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!