Blessed Android Coroutines Versions Save

BLESSED Coroutines, a Bluetooth Low Energy (BLE) library for Android using Kotlin Coroutines

0.4.1

2 weeks ago
  • Fix crash when stopping scan if bluetooth is off
  • Don't attempt connecting to peripherals when bluetooth is off

0.4.0

7 months ago
  • Update gradle to version 8
  • Set targetSdk to 34 (Android 14)
  • Android 13 related updates
  • Updated dependencies

0.3.3

1 year ago
  • Fix NPE in PeripheralManager

0.3.2

1 year ago
  • Update dependencies
  • Set SDK to 32
  • Updated gradle to 7.2.2
  • Fix bug when onConnectionStateChange was called with null value
  • Propagate CONNECTING and DISCONNECTING states

0.3.1

1 year ago
  • Immediately disconnect connected peripherals when bluetooth is switched off.

0.3.0

2 years ago
  • BREAKING Change: all scan functions now include an extra lambda to receive any scan failures

0.2.1

2 years ago
  • Make methods of BluetoothPeripheralManagerCallback open
  • Updated dependencies

0.2.0

2 years ago
  • Code refactoring
  • Fix issue when switching bluetooth on/off
  • Adding possibility to observe adapter state

0.1.3

2 years ago
  • Optimized permissions

0.1.2

2 years ago
  • Fix race condition that causes the first notification to not be received