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

1"""Service discovery registries from assigned_numbers/service_discovery/. 

2 

3This module will contain registries for SDP (Service Discovery Protocol) attributes. 

4 

5These registries are currently not implemented but are planned for future releases. 

6""" 

7 

8from __future__ import annotations 

9 

10__all__: list[str] = []