src.bluetooth_sig.gatt.services.weight_scale

Weight Scale Service implementation.

Classes

Name

Description

WeightScaleService

Weight Scale Service implementation (0x181D).

Module Contents

class src.bluetooth_sig.gatt.services.weight_scale.WeightScaleService

Bases: src.bluetooth_sig.gatt.services.base.BaseGattService

Weight Scale Service implementation (0x181D).

Used for smart scale devices that measure weight and related body metrics. Contains Weight Measurement and Weight Scale Feature characteristics.

service_characteristics: ClassVar[dict[src.bluetooth_sig.gatt.characteristics.registry.CharacteristicName, bool]]