bloodPressureMeasurements

fun Peripheral.bloodPressureMeasurements(backpressure: BackpressureStrategy = BackpressureStrategy.Latest): Flow<BloodPressureMeasurement>

Observes Blood Pressure Measurement indications from the Blood Pressure Service (0x1810).

Return

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

Parameters

backpressure

Strategy for handling indications that arrive faster than the collector.