src.bluetooth_sig.gatt.characteristics.tds_control_point¶
TDS Control Point characteristic (0x2ABC).
Classes¶
Name | Description |
|---|---|
TDS Control Point characteristic (0x2ABC). |
|
Parsed data from TDS Control Point characteristic. |
|
TDS Control Point operation codes. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.tds_control_point.TDSControlPointCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[TDSControlPointData]TDS Control Point characteristic (0x2ABC).
org.bluetooth.characteristic.tds_control_point
Used to activate a transport on the Transport Discovery Service.
- allow_variable_length = True¶
- min_length = 2¶
- class src.bluetooth_sig.gatt.characteristics.tds_control_point.TDSControlPointData¶
Bases:
msgspec.StructParsed data from TDS Control Point characteristic.
- op_code: TDSControlPointOpCode¶
- class src.bluetooth_sig.gatt.characteristics.tds_control_point.TDSControlPointOpCode¶
Bases:
enum.IntEnumTDS Control Point operation codes.
- ACTIVATE_TRANSPORT = 1¶