In iOS (iPhone), how can we "forget" a paired (Classic Bluetooth) device programmatically?
It seems this is not possible even with the private API (/System/Library/PrivateFrameworks/BluetoothManager.framework).
Can anyone help please?
It is possible to open the Bluetooth settings progammatically:
https://stackoverflow.com/questions/5655674/opening-the-settings-app-from-another-app
How possible is it to access the paired (Classic Bluetooth) devices from Bluetooth Settings and subsequent "forget" one?
Many thanks.