glucoseMeasurements

fun Peripheral.glucoseMeasurements(backpressure: BackpressureStrategy = BackpressureStrategy.Latest): Flow<GlucoseMeasurement>

Observes Glucose Measurement notifications from the Glucose Service (0x1808).

Return

Flow of parsed GlucoseMeasurement values, or an empty flow if the characteristic is absent.

Parameters

backpressure

Strategy for handling notifications that arrive faster than the collector.