Coverage for src / bluetooth_sig / registry / service_discovery / __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"""Service discovery registries from assigned_numbers/service_discovery/.
3This module will contain registries for SDP (Service Discovery Protocol) attributes.
5These registries are currently not implemented but are planned for future releases.
6"""
8from __future__ import annotations
10__all__: list[str] = []