Coverage for src/bluetooth_sig/types/registry/sdp_base_uuid.py: 0%
5 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 SDP Base UUID registry."""
3from __future__ import annotations
5from msgspec import Struct
8class SdpBaseUuidInfo(Struct, frozen=True, kw_only=True):
9 """Information about the Bluetooth SDP base UUID."""
11 name: str
12 uuid: str