Releases: weliem/blessed-android
Releases · weliem/blessed-android
v2.2.3
Fix issue where onConnectionStateChange will be called with a null value for bluetoothGatt
v2.2.2
Fix rare NPE crash when calling stopScan() when BLE is being turned on
v2.2.1
- Fix rare NPE crash when calling stopScan() when BLE is being turned off
v2.2.0
- Added onCharacteristicWriteCompleted callback
- Added onDescriptorWriteCompleted callback
v2.1.6
- Add setByteArray support in BluetoothBytesParser
- Refactoring
v2.1.5
Fix long read of descriptor when using BREDR transport. Now works for both LE and BREDR transports
v2.1.4
- Fix long read of characteristic when using BREDR transport. Now works for both LE and BREDR transports
v2.1.3
- Explicitly stop scans when startScan fails
v2.1.2
- Fixed another issue where scanning wouldn't work after toggling bluetooth
v2.1.1
- Fixed issue where scan wouldn't be stopped when toggling bluetooth quickly