src.bluetooth_sig.gatt.characteristics.hid_control_point¶
HID Control Point characteristic implementation.
Attributes¶
Name | Description |
|---|---|
Classes¶
Name | Description |
|---|---|
HID Control Point characteristic (0x2A4C). |
|
HID Control Point commands. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.hid_control_point.HidControlPointCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[int]HID Control Point characteristic (0x2A4C).
org.bluetooth.characteristic.hid_control_point
HID Control Point characteristic.
- expected_length = 1¶
- class src.bluetooth_sig.gatt.characteristics.hid_control_point.HidControlPointCommand¶
Bases:
enum.IntEnumHID Control Point commands.
- EXIT_SUSPEND = 1¶
- SUSPEND = 0¶
- src.bluetooth_sig.gatt.characteristics.hid_control_point.HID_CONTROL_POINT_DATA_LENGTH = 1¶