Releases: NordicSemiconductor/Android-BLE-Library
Releases · NordicSemiconductor/Android-BLE-Library
Android BLE Library v 2.2.0 beta 3
Improvements:
- BLE Common library moved to this repository as a module
- New module:
ble-livedata
- Disconnection reason annotation
Android BLE Library v 2.2.0 beta 2
Improvements:
- A new
LegacyBleManager
class added which should make the transition to 2.2.0 easier. It's still a generic class, likeBleManager
used to be. - Readme updated.
Bugs fixed:
ConnectionPriorityRequest
should now complete at most after 200 ms. There were phones running Android 8+ there didn't seem to have native callback (#186).
Android BLE Library v 2.2.0 beta 1
This release made the API stable. Only bug fixes are predicted for 2.2.x.
Bugs fixed:
- #184 - this issue, in a bit different form, was there for a long time. The
ConnectRequest.fail(..)
callback was never reporting NOT SUPPORTED. Since 2.2.0-alpha10 it was only reporting NOT SUPPORTED, even on normal disconnect.
Android BLE Library v 2.2.0 alpha 13
This release is mainly bug fixing release. Some minor releases have been skipped.
Android BLE Library v 2.2.0 alpha 10
ServerCallback
have been renamed to ServerObserver
.
Android BLE Library v 2.2.0 alpha 9
This version renames DisconnectCallback
to ConnectionObserver
and BondingCallback
to BondingObserver
. Some methods from the deprecated BleManagerCallbacks
were restored in the new ConnectionObserver
.
Android BLE Library v 2.2.0-alpha 8
Improvements:
- This version adds a new callback to
BleManager
:setBondingCallback
. - The
BleManagerCallbacks
have been deprecated. Use other ways to get corresponding events. You may continue to use this interface, but it will be removed in the future. BleManagerServerCallbacks
have been renamed toServerCallback
and moved tocallback
package.
Android BLE Library v 2.2.0 alpha 7
Android BLE Library v 2.2.0 alpha 6
Bugs fixed:
- Closing server was causing NPE when managers were closing.
- Fixed NPE when Request Handler was not initialized. This is a breaking change, as
getGattCallbacks()
is now called in the constructor, which implicates that it may not return explicitly initialized field .
Android BLE Library v 2.2.0 alpha 5
Improvements:
- Helper methods added to
BleServerManager
.