src.bluetooth_sig.gatt.characteristics.ase_control_point¶
ASE Control Point characteristic (0x2BC6).
Classes¶
Name | Description |
|---|---|
ASE Control Point characteristic (0x2BC6). |
|
Parsed data from ASE Control Point characteristic. |
|
ASE Control Point operation codes. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.ase_control_point.ASEControlPointCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[ASEControlPointData]ASE Control Point characteristic (0x2BC6).
org.bluetooth.characteristic.ase_control_point
Used for controlling Audio Stream Endpoints in the Audio Stream Control Service.
- allow_variable_length = True¶
- min_length = 2¶
- class src.bluetooth_sig.gatt.characteristics.ase_control_point.ASEControlPointData¶
Bases:
msgspec.StructParsed data from ASE Control Point characteristic.
Contains the opcode, number of ASEs, and any additional ASE-specific parameters as raw bytes.
- op_code: ASEControlPointOpCode¶