bluez_peripheral.gatt.base module¶
- class bluez_peripheral.gatt.base.ReadOptionsT¶
The type of options supplied by a dbus ReadValue access.
alias of TypeVar(‘ReadOptionsT’)
- class bluez_peripheral.gatt.base.ServiceAttribute(*args, **kwargs)[source]¶
Bases:
Generic[ReadOptionsT,WriteOptionsT],ABCBase class for service components with a ReadValue and WriteValue dbus interface.
- class bluez_peripheral.gatt.base.WriteOptionsT¶
The type of options supplied by a dbus WriteValue access.
alias of TypeVar(‘WriteOptionsT’)