Coverage for src / bluetooth_sig / types / registry / browse_group_identifiers.py: 100%
3 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 browse group identifier registry."""
3from __future__ import annotations
5from bluetooth_sig.types.registry import UuidIdInfo
7# Type alias for semantic clarity while reusing common structure
8BrowseGroupInfo = UuidIdInfo