vovagorodok / ble_ota_app

Upload firmware over Bluetooth
MIT License
33 stars 4 forks source link

Fix undeliverable exception on Android #3

Open vovagorodok opened 1 year ago

vovagorodok commented 1 year ago

Sometimes log

BleDisconnectedException: Disconnected from MAC='XX:XX:XX:XX:XX:XX' with status 0

occurs and application crashes on on Android.

Found some instruction: https://github.com/PhilipsHue/flutter_reactive_ble#how-to-handle-the-ble-undeliverable-exception. But currently don't know how to fix