dotintent / FlutterBleLib

Bluetooth Low Energy library for Flutter with support for simulating peripherals
Apache License 2.0
535 stars 197 forks source link

Device Connection Listener and Peripheral Scan Stops in Background on IOS #511

Open flutterboi opened 4 years ago

flutterboi commented 4 years ago

I am trying to receive updates on a connected device's connection state while the app is in the background on IOS. I have tried running the code for this inside and outside a flutter_isolate.

Is this a current capability supported by this library?