File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ** 0.6.4**
2+ - Fail explicitly when carthage fails on postinstall.
3+ - Added ` mtu ` property for ` Device ` object which allows you to get current BLE MTU of device.
4+ - Added function ` requestMTUForDevice ` which allows to negotiate BLE MTU of device if it is possible.
5+
16** 0.6.3**
27- Updated RxBluetoothKit library to version 3.1.1
38- Updated RxAndroidBle library to version 1.4.1
Original file line number Diff line number Diff line change @@ -17,14 +17,10 @@ Example apps are available in [Google Play](https://play.google.com/store/apps/d
1717
1818## Recent Changes
1919
20- ** 0.6.3**
21- - Updated RxBluetoothKit library to version 3.1.1
22- - Updated RxAndroidBle library to version 1.4.1
23- - Fixed NullPointerException when calling BLE operations without previous discovery.
24- - iOS emits values in ` monitorCharacteristicForDevice ` only when no reads are pending for specific characteristic.
25- Previously when characteristic was notified and read operation was completed, characteristic value was received
26- both in ` readCharacteristicForDevice ` and ` monitorCharacteristicForDevice ` . Now it will only be received in
27- ` readCharacteristicForDevice ` promise.
20+ ** 0.6.4**
21+ - Fail explicitly when carthage fails on postinstall.
22+ - Added ` mtu ` property for ` Device ` object which allows you to get current BLE MTU of device.
23+ - Added function ` requestMTUForDevice ` which allows to negotiate BLE MTU of device if it is possible.
2824
2925[ All previous changes] ( CHANGELOG.md )
3026
You can’t perform that action at this time.
0 commit comments