-
public interface RunningSpeedAndCadenceFeatureCallback
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRunningSpeedAndCadenceFeatureCallback.RSCFeatures
-
Method Summary
Modifier and Type Method Description abstract voidonRunningSpeedAndCadenceFeaturesReceived(@NonNull() BluetoothDevice device, @NonNull() RunningSpeedAndCadenceFeatureCallback.RSCFeatures features)Method called when the RSC Feature characteristic has been read. -
-
Method Detail
-
onRunningSpeedAndCadenceFeaturesReceived
abstract void onRunningSpeedAndCadenceFeaturesReceived(@NonNull() BluetoothDevice device, @NonNull() RunningSpeedAndCadenceFeatureCallback.RSCFeatures features)
Method called when the RSC Feature characteristic has been read.
- Parameters:
device- the target device.features- the device features.
-
-
-
-