Post not yet marked as solved
Post marked as unsolved with 2 replies, 990 views
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-appHow possible is it to access the paired (Classic Bluetooth) devices from Bluetooth Settings and subsequent "forget" one?Many thanks.