-
public interface CyclingSpeedAndCadenceFeatureCallback
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCyclingSpeedAndCadenceFeatureCallback.CSCFeatures
-
Method Summary
Modifier and Type Method Description abstract voidonCyclingSpeedAndCadenceFeaturesReceived(@NonNull() BluetoothDevice device, @NonNull() CyclingSpeedAndCadenceFeatureCallback.CSCFeatures features)Method called when the CSC Feature characteristic has been read. -
-
Method Detail
-
onCyclingSpeedAndCadenceFeaturesReceived
abstract void onCyclingSpeedAndCadenceFeaturesReceived(@NonNull() BluetoothDevice device, @NonNull() CyclingSpeedAndCadenceFeatureCallback.CSCFeatures features)
Method called when the CSC Feature characteristic has been read.
- Parameters:
device- the target device.features- the device features.
-
-
-
-