Coverage for src / bluetooth_sig / types / registry / service_uuids.py: 0%
5 statements
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-11 20:14 +0000
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-11 20:14 +0000
1"""Types for Bluetooth SIG service UUID registry."""
3from __future__ import annotations
5from bluetooth_sig.types.registry import BaseUuidInfo
8class ServiceUuidInfo(BaseUuidInfo, frozen=True, kw_only=True):
9 """Information about a Bluetooth SIG service UUID."""
11 id: str
12 summary: str = ""