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

Disconnection reason and events fixed #522

Closed philips77 closed 11 months ago

philips77 commented 11 months ago

This PR fixes #504.

Disconnection result RESULT_SUCCESS should now only be returned when the user has requested disconnection using disconnect() method. When the connected device goes out or range or is turned off the REASON_TIMEOUT should always be returned.