Descriptors
bless.backends.descriptor defines descriptor properties and base classes shared across backends.
- class bless.backends.descriptor.BlessGATTDescriptor(*args: Any, **kwargs: Any)
Extension of the BleakGATTDescriptor to allow for writable values
- abstract async init(characteristic: BlessGATTCharacteristic)
Initializes the backend-specific descriptor object and stores it in self.obj
- abstract property value: bytearray
Value of this descriptor
- class bless.backends.descriptor.GATTDescriptorProperties(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)