src.bluetooth_sig.gatt.services.alert_notification

Alert Notification Service implementation.

Classes

Name

Description

AlertNotificationService

Alert Notification Service implementation.

Module Contents

class src.bluetooth_sig.gatt.services.alert_notification.AlertNotificationService

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

Alert Notification Service implementation.

Exposes alert information from a device to a peer device.

Contains characteristics related to alert notifications: - Supported New Alert Category - Required - New Alert - Optional - Supported Unread Alert Category - Required - Unread Alert Status - Optional - Alert Notification Control Point - Required

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