Kotlin-BLE-Library
Kotlin-BLE-Library copied to clipboard
Missing @throws GattOperationException in KDoc
ClientBleGattCharacteristic.getNotifications
shall have @throws GattOperationException
in its KDoc.
Indeed, ClientBleGattCharacteristic.getNotifications
is calling methods themselves calling ClientBleGattDescriptor.write
.