Okay, I know that there are many question about it, but they are all from many time ago.
So. I know that it is possible because the Map app does it.
In the M
Swift You can use following function to open Settings App with Bluetooth Page
func openSettingsApp(){
if let settings = NSURL(string: "prefs:root=Bluetooth") {
UIApplication.sharedApplication().openURL(settings)
}
}
Again this would not open the App's Settings. This would open settings app with Bluetooth as this is deep linking to bluetooth.