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

4 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-01-11 20:14 +0000

1"""Types for Bluetooth SIG object types registry.""" 

2 

3from __future__ import annotations 

4 

5from bluetooth_sig.types.registry import BaseUuidInfo 

6 

7 

8class ObjectTypeInfo(BaseUuidInfo, frozen=True, kw_only=True): 

9 """Information about a Bluetooth SIG object type.""" 

10 

11 id: str