Skip to content

v0.6.3

Compare
Choose a tag to compare
@Cierpliwy Cierpliwy released this 04 Oct 08:28
· 573 commits to master since this release
  • Updated RxBluetoothKit library to version 3.1.1
  • Updated RxAndroidBle library to version 1.4.1
  • Fixed NullPointerException when calling BLE operations without previous discovery.
  • iOS emits values in monitorCharacteristicForDevice only when no reads are pending for specific characteristic. Previously when characteristic was notified and read operation was completed, characteristic value was received both in readCharacteristicForDevice and monitorCharacteristicForDevice. Now it will only be received in readCharacteristicForDevice promise.