src.bluetooth_sig.gatt.characteristics.boolean¶
Boolean characteristic implementation.
Classes¶
Name | Description |
|---|---|
Boolean characteristic (0x2AE2). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.boolean.BooleanCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[bool]Boolean characteristic (0x2AE2).
org.bluetooth.characteristic.boolean
The Boolean characteristic is used to represent predefined Boolean values (0 or 1).
- expected_length = 1¶