BloodPressureFeature

data class BloodPressureFeature(val bodyMovementDetectionSupported: Boolean, val cuffFitDetectionSupported: Boolean, val irregularPulseDetectionSupported: Boolean, val pulseRateRangeDetectionSupported: Boolean, val measurementPositionDetectionSupported: Boolean, val multipleBondSupported: Boolean)

Supported features of the Blood Pressure Service (0x2A49).

Constructors

Link copied to clipboard
constructor(bodyMovementDetectionSupported: Boolean, cuffFitDetectionSupported: Boolean, irregularPulseDetectionSupported: Boolean, pulseRateRangeDetectionSupported: Boolean, measurementPositionDetectionSupported: Boolean, multipleBondSupported: Boolean)