src.bluetooth_sig.gatt.services.current_time_service

Current Time Service implementation.

Classes

Name

Description

CurrentTimeService

Current Time Service implementation.

Module Contents

class src.bluetooth_sig.gatt.services.current_time_service.CurrentTimeService

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

Current Time Service implementation.

Exposes the current date and time with additional information.

Contains characteristics related to time: - Current Time - Required - Local Time Information - Optional - Reference Time Information - Optional

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