dotintent / FlutterBleLib

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

Reply already submitted, call enableRadio() #560

Open ifredom opened 3 years ago

ifredom commented 3 years ago

When I call await_ bleManager.enableRadio (); method, error Android will be reported

image

mikolak commented 3 years ago

Could you use bleManager.setLogLevel(LogLevel.verbose), run your app and paste the logs here?