src.bluetooth_sig.gatt.characteristics.mute

Mute characteristic.

Classes

Name

Description

MuteCharacteristic

Mute characteristic (0x2BC3).

MuteState

Mute state (MICS v1.0, Section 3.1).

Module Contents

class src.bluetooth_sig.gatt.characteristics.mute.MuteCharacteristic

Bases: src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[MuteState]

Mute characteristic (0x2BC3).

org.bluetooth.characteristic.mute

Indicates whether the device is muted (1) or not muted (0).

expected_length: int = 1
class src.bluetooth_sig.gatt.characteristics.mute.MuteState

Bases: enum.IntEnum

Mute state (MICS v1.0, Section 3.1).

DISABLED = 2
MUTED = 1
NOT_MUTED = 0