flutter_reactive_ble
flutter_reactive_ble copied to clipboard
Unable to disconnect from a connected device.
Describe the bug Unable to disconnect from a connected device and even status is not updating always show disconnected. When I connect to the device for the first time it shows me the status is disconnected but the device is connected and the data get stream is working properly. And When going to connect again refresh and turn off/on the device and the status is now connected. When I try to disconnect from the device it throws me the error and the status is disconnected(but not disconnect from the device):-
To Reproduce Steps to reproduce the behavior:
- Connect to one with
connectTo()and even tried withconnectToAdvertisingDevice() - Status from the
BleDeviceConnectorclass always disconnected (class from the example code)
Expected behavior After connected with nrf device the status should be connected and disconnect function should work.
Smartphone / tablet
- Device: Samsung s20 FE / Realme 6
- OS: Android 12/ Android 11
Peripheral device
- Vendor, model: nordic nrf
- Does it run a custom firmware / software: yes
Please follow issues template and provide complete reproducing example
@Taym95 Please check once the issue is according to the template