src.bluetooth_sig.gatt.services.cycling_power

Cycling Power Service implementation.

Classes

Name

Description

CyclingPowerService

Cycling Power Service implementation (0x1818).

Module Contents

class src.bluetooth_sig.gatt.services.cycling_power.CyclingPowerService

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

Cycling Power Service implementation (0x1818).

Used for cycling power meters that measure power output in watts. Supports instantaneous power, force/torque vectors, and control functions.

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