Coverage for src/bluetooth_sig/types/registry/service_class.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.14.3, created at 2026-06-28 01:26 +0000

1"""Types for Bluetooth SIG service class registry.""" 

2 

3from __future__ import annotations 

4 

5from bluetooth_sig.types.registry import UuidIdInfo 

6 

7# Type alias for semantic clarity while reusing common structure 

8ServiceClassInfo = UuidIdInfo