src.bluetooth_sig.gatt.characteristics.le_hid_operation_mode¶
LE HID Operation Mode characteristic (0x2C24).
Operation mode for LE HID devices.
References
Bluetooth SIG HID over GATT Profile specification
Classes¶
Name | Description |
|---|---|
LE HID Operation Mode characteristic (0x2C24). |
|
LE HID Operation Mode values. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.le_hid_operation_mode.LEHIDOperationModeCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[LEHIDOperationModeValue]LE HID Operation Mode characteristic (0x2C24).
org.bluetooth.characteristic.le_hid_operation_mode
Indicates the current operation mode of the LE HID device.
- class src.bluetooth_sig.gatt.characteristics.le_hid_operation_mode.LEHIDOperationModeValue¶
Bases:
enum.IntEnumLE HID Operation Mode values.
- BOOT_MODE = 1¶
- REPORT_MODE = 0¶