NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
1.98k stars 413 forks source link

fix: reset connected if DISCONNECTED is received between connect and initialize for autoconnected #555

Closed kkkbird closed 4 months ago

kkkbird commented 4 months ago

this is fix for https://github.com/NordicSemiconductor/Android-BLE-Library/issues/497 reset connected if autoconnect = true. former code will notify success to connect request even if DISCONNECTED

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

philips77 commented 4 months ago

LGTM, sorry for the late response.