src.bluetooth_sig.gatt.services.health_thermometer

Health Thermometer Service implementation.

Classes

Name

Description

HealthThermometerService

Health Thermometer Service implementation (0x1809).

Module Contents

class src.bluetooth_sig.gatt.services.health_thermometer.HealthThermometerService

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

Health Thermometer Service implementation (0x1809).

Used for medical temperature measurement devices. Contains the Temperature Measurement characteristic for medical-grade temperature readings.

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