CscFeature

data class CscFeature(val wheelRevolutionDataSupported: Boolean, val crankRevolutionDataSupported: Boolean, val multipleSensorLocationsSupported: Boolean)

Supported features of the Cycling Speed and Cadence Service (0x2A5C).

Constructors

Link copied to clipboard
constructor(wheelRevolutionDataSupported: Boolean, crankRevolutionDataSupported: Boolean, multipleSensorLocationsSupported: Boolean)