How can I disconnect a Bluetooth device, so that its BluetoothDeviceInfo.Connected
is false?
I tried using SetServiceState(BluetoothService.SerialPort, false)
but it'll still be connected.
I don't want to use BluetoothSecurity.RemoveDevice
because it'll take too long to uninstall and then reinstall the device.
Is it possible? Or is this only availiable at the device side?