RxAndroidBle icon indicating copy to clipboard operation
RxAndroidBle copied to clipboard

BleIllegalOperationException should be emitted by default

Open dariuszseweryn opened this issue 6 years ago • 0 comments

Summary

Recently added #224 should be emitting BleInvalidOperationException when trying to perform an operation on a characteristic that does not have property for that operation — i.e. trying to read a characteristic that does not have BluetoothGattCharacteristic.PROPERTY_READ.

This change should be incorporated on the new connection API #239 Related commits: a7efc06ac6ff87c07c89304ecba4d3399b237cc9 0343338f1c39c36e4b3bed50ad907e8e96487238

Depends on #213

dariuszseweryn avatar Aug 03 '17 12:08 dariuszseweryn