1.2.1
dariuszseweryn
released this
12 Sep 10:41
·
604 commits
to master
since this release
- Added
ByteArrayBatchObservable
helper for splitting long byte arrays - Fixed behaviour in non-Bluetooth environments. (#158)
- Fixed
RxBleConnectionMock
overwritingBluetoothCharacteristic
value on setting notification. (#160) - Fixed default payload size of Long Write operation when non-standard MTU was negotiated (#161)
- Added possibility to get the current MTU value of
RxBleConnection
(#166) - Fixed retrying of
RxBleClient.scanBleDevices(UUID...)
, thanks BharathMG! (#174) - Fixed connection not being noticed as established due to a race condition (#178)
- Fixed
BleBluetoothGattCallbackTimeout
macAddress being null on connection (#178) - Fixed disconnect operation behaviour in an edge case situation (#178)