Coverage for src / bluetooth_sig / gatt / characteristics / stride_length.py: 100%
5 statements
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-11 20:14 +0000
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-11 20:14 +0000
1"""Stride Length characteristic (0x2B49)."""
3from __future__ import annotations
5from .base import BaseCharacteristic
6from .templates import ScaledUint16Template
9class StrideLengthCharacteristic(BaseCharacteristic[float]):
10 """Stride Length characteristic (0x2B49).
12 org.bluetooth.characteristic.stride_length
14 Stride Length characteristic.
15 """
17 _template = ScaledUint16Template(scale_factor=0.001) # 1mm resolution