src.bluetooth_sig.gatt.services.unknown¶
Unknown service implementation for unregistered service UUIDs.
Classes¶
Name | Description |
|---|---|
Generic service for unknown/unregistered service UUIDs. |
Module Contents¶
- class src.bluetooth_sig.gatt.services.unknown.UnknownService(uuid: src.bluetooth_sig.types.uuid.BluetoothUUID, name: str | None = None)¶
Bases:
src.bluetooth_sig.gatt.services.base.BaseGattServiceGeneric service for unknown/unregistered service UUIDs.
This class is used for services discovered at runtime that are not in the Bluetooth SIG specification or custom registry. It provides basic functionality while allowing characteristic processing.