src.bluetooth_sig.gatt.services.cycling_speed_and_cadence

Cycling Speed and Cadence Service implementation.

Classes

Name

Description

CyclingSpeedAndCadenceService

Cycling Speed and Cadence Service implementation (0x1816).

Module Contents

class src.bluetooth_sig.gatt.services.cycling_speed_and_cadence.CyclingSpeedAndCadenceService

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

Cycling Speed and Cadence Service implementation (0x1816).

Used for cycling sensors that measure wheel and crank revolutions. Contains the CSC Measurement characteristic for cycling metrics.

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