flutter_reactive_ble
flutter_reactive_ble copied to clipboard
Bluetooth connection problem in foreground service when closing application since 5.0.3
After upgrading the package to version 5.0.3, the connected bluetooth devices disconnect when I close my application. Also the device discovery does not receive scan data anymore. I have tested it on both Android 9 and Android 13. After downgrading the package to version 5.0.2, it works again. I am using flutter_background_service library to setup the foreground service containing the bluetooth functionality.