cscMeasurements
fun Peripheral.cscMeasurements(backpressure: BackpressureStrategy = BackpressureStrategy.Latest): Flow<CscMeasurement>
Observes CSC Measurement notifications from the Cycling Speed and Cadence Service (0x1816).
Return
Flow of parsed CscMeasurement values, or an empty flow if the characteristic is absent.
Parameters
backpressure
Strategy for handling notifications that arrive faster than the collector.