src.bluetooth_sig.gatt.characteristics.volume_offset_control_point¶
Volume Offset Control Point characteristic (0x2B82).
Classes¶
Name | Description |
|---|---|
Volume Offset Control Point characteristic (0x2B82). |
|
Parsed data from Volume Offset Control Point characteristic. |
|
Volume Offset Control Point operation codes. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.volume_offset_control_point.VolumeOffsetControlPointCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[VolumeOffsetControlPointData]Volume Offset Control Point characteristic (0x2B82).
org.bluetooth.characteristic.volume_offset_control_point
Used for controlling volume offset in the Volume Offset Control Service.
- allow_variable_length = True¶
- min_length = 2¶
- class src.bluetooth_sig.gatt.characteristics.volume_offset_control_point.VolumeOffsetControlPointData¶
Bases:
msgspec.StructParsed data from Volume Offset Control Point characteristic.
Contains the opcode, change counter, and optional volume offset parameter.
- op_code: VolumeOffsetControlPointOpCode¶
- class src.bluetooth_sig.gatt.characteristics.volume_offset_control_point.VolumeOffsetControlPointOpCode¶
Bases:
enum.IntEnumVolume Offset Control Point operation codes.
- SET_VOLUME_OFFSET = 1¶