Releases: NordicSemiconductor/Android-BLE-Library
Releases · NordicSemiconductor/Android-BLE-Library
Android BLE Library v 2.0 beta10
Android BLE Library v 2.0 beta9
Android BLE Library v 2.0 beta8
New features:
- Support for Reliable Write added (#40)
RequestQueue
added for atomic queuesenqueue(long timeout)
andawait(long timeout)
deprecated, new methodtimeout(long timeout)
added
Breaking change:
- only
ConnectRequest
,DisconnectRequest
andWaitForValueChangedRequest
may have timeout. Other requests do not support timeout
Android BLE Library v 2.0 beta7
Android BLE Library v 2.0 beta6
Android BLE Library v 2.0 beta5
Android BLE Library v 2.0 beta3
Android BLE Library v 2.0 beta2
Bugs fixed:
Android BLE Library v 2.0 alpha6
Bugs fixed:
Android BLE Library v 2.0 alpha5
Bug fixed:
- Allow to execute task after the device has disconnected (the reconnection request might have been added)