Coverage for src/bluetooth_sig/types/registry/characteristic_uuids.py: 0%

5 statements  

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

1"""Types for Bluetooth SIG characteristic UUID registry.""" 

2 

3from __future__ import annotations 

4 

5from bluetooth_sig.types.registry import BaseUuidInfo 

6 

7 

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

9 """Information about a Bluetooth SIG characteristic UUID.""" 

10 

11 id: str 

12 summary: str = ""