src.bluetooth_sig.gatt.services.volume_control

VolumeControl Service implementation.

Classes

Name

Description

VolumeControlService

Volume Control Service implementation (0x1844).

Module Contents

class src.bluetooth_sig.gatt.services.volume_control.VolumeControlService

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

Volume Control Service implementation (0x1844).

Controls audio volume and mute state for LE Audio devices.

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