src.bluetooth_sig.gatt.characteristics.user_control_point¶
User Control Point characteristic (0x2A9F).
Control point for the User Data Service.
References
Bluetooth SIG User Data Service 1.0
Classes¶
Name | Description |
|---|---|
User Control Point characteristic (0x2A9F). |
|
Parsed data from User Control Point. |
|
User Control Point Op Codes. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.user_control_point.UserControlPointCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[UserControlPointData]User Control Point characteristic (0x2A9F).
org.bluetooth.characteristic.user_control_point
Control point for user management in the User Data Service.
- allow_variable_length = True¶
- min_length = 1¶
- class src.bluetooth_sig.gatt.characteristics.user_control_point.UserControlPointData¶
Bases:
msgspec.StructParsed data from User Control Point.
- opcode¶
The operation code.
- parameter¶
Raw parameter bytes (variable per opcode). Empty if none.
- opcode: UserControlPointOpCode¶