src.bluetooth_sig.gatt.characteristics.supported_audio_contexts¶
Supported Audio Contexts characteristic (0x2BCE).
Classes¶
Name | Description |
|---|---|
Supported Audio Contexts characteristic (0x2BCE). |
|
Parsed data from Supported Audio Contexts characteristic. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.supported_audio_contexts.SupportedAudioContextsCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[SupportedAudioContextsData]Supported Audio Contexts characteristic (0x2BCE).
org.bluetooth.characteristic.supported_audio_contexts
Reports the supported audio contexts for sink and source.
- expected_length = 4¶
- class src.bluetooth_sig.gatt.characteristics.supported_audio_contexts.SupportedAudioContextsData¶
Bases:
msgspec.StructParsed data from Supported Audio Contexts characteristic.
Contains the supported sink and source audio contexts.
- sink_audio_contexts: bluetooth_sig.types.audio_context_type.AudioContextType¶
- source_audio_contexts: bluetooth_sig.types.audio_context_type.AudioContextType¶