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
It's possible that a device can support multiple services that each expose a different characteristic with the same UUID; in the current API, there's no way to specify which service to use. This edge case shouldn't occur unless a device implements a custom profile, so it might make sense for the service UUID to be optional.
The text was updated successfully, but these errors were encountered:
In the next SNAPSHOT release there are added interface functions to use with raw Android BluetoothGattCharacteristic and BluetoothGattDescriptor which can be obtained from RxBleDeviceServices (RxBleConnection.discoverServices())
It's possible that a device can support multiple services that each expose a different characteristic with the same UUID; in the current API, there's no way to specify which service to use. This edge case shouldn't occur unless a device implements a custom profile, so it might make sense for the service UUID to be optional.
The text was updated successfully, but these errors were encountered: