You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClientBleGattCharacteristic.getNotifications shall have @throws GattOperationException in its KDoc.
Indeed, ClientBleGattCharacteristic.getNotifications is calling methods themselves calling ClientBleGattDescriptor.write.
The text was updated successfully, but these errors were encountered:
ClientBleGattCharacteristic.getNotifications
shall have@throws GattOperationException
in its KDoc.Indeed,
ClientBleGattCharacteristic.getNotifications
is calling methods themselves callingClientBleGattDescriptor.write
.The text was updated successfully, but these errors were encountered: