Coverage for src/bluetooth_sig/types/registry/sdo_uuids.py: 100%
3 statements
« prev ^ index » next coverage.py v7.14.3, created at 2026-06-28 01:26 +0000
« prev ^ index » next coverage.py v7.14.3, created at 2026-06-28 01:26 +0000
1"""Types for Bluetooth SIG SDO UUID registry."""
3from __future__ import annotations
5from bluetooth_sig.types.registry import BaseUuidInfo
7SdoUuidInfo = BaseUuidInfo