flutter_reactive_ble icon indicating copy to clipboard operation
flutter_reactive_ble copied to clipboard

Bluetooth connection problem in foreground service when closing application since 5.0.3

Open Robbinb1993 opened this issue 2 years ago • 0 comments

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.

Robbinb1993 avatar Feb 09 '23 09:02 Robbinb1993