don / cordova-plugin-ble-central

Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap)
Apache License 2.0
944 stars 609 forks source link

`requestMtu` and `refreshDeviceCache` may hang if peripheral disconnects during call #954

Closed peitschie closed 1 year ago

peitschie commented 1 year ago

These callbacks never terminate or get a response if the peripheral disconnects mid-way through the operation. Ideally, these should report errors if the peripheral stops being connected before the operation has completed successfully.