Skip to content

Releases: weliem/blessed-android

v2.2.3

10 Aug 10:03
Compare
Choose a tag to compare

Fix issue where onConnectionStateChange will be called with a null value for bluetoothGatt

v2.2.2

07 Jul 08:42
Compare
Choose a tag to compare

Fix rare NPE crash when calling stopScan() when BLE is being turned on

v2.2.1

04 Jul 11:55
Compare
Choose a tag to compare
  • Fix rare NPE crash when calling stopScan() when BLE is being turned off

v2.2.0

09 Apr 08:45
Compare
Choose a tag to compare
  • Added onCharacteristicWriteCompleted callback
  • Added onDescriptorWriteCompleted callback

v2.1.6

28 Jan 15:53
Compare
Choose a tag to compare
  • Add setByteArray support in BluetoothBytesParser
  • Refactoring

v2.1.5

21 Jan 19:28
Compare
Choose a tag to compare

Fix long read of descriptor when using BREDR transport. Now works for both LE and BREDR transports

v2.1.4

13 Jan 18:44
Compare
Choose a tag to compare
  • Fix long read of characteristic when using BREDR transport. Now works for both LE and BREDR transports

v2.1.3

01 Dec 17:08
Compare
Choose a tag to compare
  • Explicitly stop scans when startScan fails

v2.1.2

22 Oct 05:55
Compare
Choose a tag to compare
  • Fixed another issue where scanning wouldn't work after toggling bluetooth

v2.1.1

22 Oct 05:17
Compare
Choose a tag to compare
  • Fixed issue where scan wouldn't be stopped when toggling bluetooth quickly