src.bluetooth_sig.types.protocols¶
Protocol definitions for Bluetooth SIG standards.
Classes¶
Name | Description |
|---|---|
Protocol for characteristic validation and round-trip testing. |
Module Contents¶
- class src.bluetooth_sig.types.protocols.CharacteristicProtocol¶
Bases:
ProtocolProtocol for characteristic validation and round-trip testing.
Defines the minimal interface for characteristics that support parse/encode operations without requiring full BaseCharacteristic import. Used primarily by debug utilities.