in my app i need to direct to bluetooth settings of the phone.
With android i am using this plugin
cordova plugin add cordova-plugin-bluetooth-serial
which allows me to take the user to the bluetooth settings of the phone. but I'm unable to find a similar solution for iOS which would take the user to iOS bluetooth settings. As of now I'm using
https://github.com/erikhuisman/cordova-plugin-opensettings.git
for iOS which takes the user to general settings. I would be grateful if someonecould give me some suggestions to solve this sticky problem.
regards jim