Coverage for src / bluetooth_sig / registry / profiles / __init__.py: 0%
2 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"""Profile-specific registries from assigned_numbers/profiles_and_services/.
3This module will contain registries for various Bluetooth profiles.
5These registries are currently not implemented but are planned for future releases.
6"""
8from __future__ import annotations
10__all__: list[str] = []