I am building an application using apache cordova, and I already can check if the bluetooth is available using the BluetoothSerial plugin.
If it is not then I redirect to a page where I have a button to call the device settings dialogue, but I cannot find any example of how to do this. Is it even possible?
I have found examples of getting the wifi / gps settings, but not the settings page itself.