src.bluetooth_sig.gatt.characteristics.volume_state¶
Volume State characteristic (0x2B7D).
Classes¶
Name | Description |
|---|---|
Volume mute state. |
|
Volume State characteristic (0x2B7D). |
|
Parsed data from Volume State characteristic. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.volume_state.VolumeMuteState¶
Bases:
enum.IntEnumVolume mute state.
- MUTED = 1¶
- NOT_MUTED = 0¶
- class src.bluetooth_sig.gatt.characteristics.volume_state.VolumeStateCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[VolumeStateData]Volume State characteristic (0x2B7D).
org.bluetooth.characteristic.volume_state
Reports the current volume setting, mute state, and change counter for the Volume Control Service.
- expected_length = 3¶