Kotlin-BLE-Library icon indicating copy to clipboard operation
Kotlin-BLE-Library copied to clipboard

Missing @throws GattOperationException in KDoc

Open ThibautPerrinDiabeloop opened this issue 11 months ago • 0 comments

ClientBleGattCharacteristic.getNotifications shall have @throws GattOperationException in its KDoc. Indeed, ClientBleGattCharacteristic.getNotifications is calling methods themselves calling ClientBleGattDescriptor.write.

ThibautPerrinDiabeloop avatar Mar 18 '24 13:03 ThibautPerrinDiabeloop