src.bluetooth_sig.gatt.characteristics.sc_control_point¶
SC Control Point characteristic (0x2A55).
Speed and Cadence sensor control point for calibration, cumulative value, and sensor location management.
References
Bluetooth SIG Cycling Speed and Cadence / Running Speed and Cadence org.bluetooth.characteristic.sc_control_point (GSS YAML)
Classes¶
Name | Description |
|---|---|
SC Control Point characteristic (0x2A55). |
|
Parsed data from SC Control Point. |
|
SC Control Point Op Codes. |
|
SC Control Point Response Values. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.sc_control_point.SCControlPointCharacteristic(info: src.bluetooth_sig.types.CharacteristicInfo | None = None, validation: src.bluetooth_sig.gatt.characteristics.characteristic_meta.ValidationConfig | None = None)¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[SCControlPointData]SC Control Point characteristic (0x2A55).
org.bluetooth.characteristic.sc_control_point
Control point for Speed and Cadence sensor procedures. ROLE: CONTROL
- allow_variable_length = True¶
- min_length = 1¶
- class src.bluetooth_sig.gatt.characteristics.sc_control_point.SCControlPointData¶
Bases:
msgspec.StructParsed data from SC Control Point.
- opcode¶
The operation code.
- parameter¶
Raw parameter bytes (variable per opcode). Empty if none.
- opcode: SCControlPointOpCode¶