Hello,
I would like to be able to disconnect from a BLE peripheral and reconnect to it without having to fully close the application. I have used the BluetoothLEDevice.Disconnect function. The BLE peripheral device returns to advertising. I am able to discover the device but unable to discover the services. This is because Discoverservices returns false.
Looking at the Heartrate sensor example I havn't found a anything relating to disconnecting from a device and reconnecting.
How do I properly disconnect from a device?
Why does discoverservices return false?