src.bluetooth_sig.gatt.characteristics.mass_flow

Mass Flow characteristic (0x2C17).

Classes

Name

Description

MassFlowCharacteristic

Mass Flow characteristic (0x2C17).

Module Contents

class src.bluetooth_sig.gatt.characteristics.mass_flow.MassFlowCharacteristic(info: src.bluetooth_sig.types.CharacteristicInfo | None = None, validation: src.bluetooth_sig.gatt.characteristics.characteristic_meta.ValidationConfig | None = None)

Bases: src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[int]

Mass Flow characteristic (0x2C17).

org.bluetooth.characteristic.mass_flow

Mass flow in grams per second with a resolution of 1. A value of 0xFFFF represents ‘value is not known’.

Raises:

SpecialValueDetectedError – If raw value is a sentinel (e.g. 0xFFFF).