Coverage for src / bluetooth_sig / types / registry / protocol_identifiers.py: 100%
3 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-18 11:17 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-18 11:17 +0000
1"""Types for Bluetooth SIG protocol identifiers registry."""
3from __future__ import annotations
5from bluetooth_sig.types.registry import BaseUuidInfo
7ProtocolInfo = BaseUuidInfo