Thibaut PERRIN
Results
2
issues of
Thibaut PERRIN
In some situation, with the bluetooth device put in a disconnection pocket, we can have the suspend function `ClientBleGattCharacteristic.read()` never returning. In my point of view, the expected behaviour would...
`ClientBleGattCharacteristic.getNotifications` shall have `@throws GattOperationException` in its KDoc. Indeed, `ClientBleGattCharacteristic.getNotifications` is calling methods themselves calling `ClientBleGattDescriptor.write`.