src.bluetooth_sig.gatt.services.tx_power

Tx Power Service implementation.

Classes

Name

Description

TxPowerService

Tx Power Service implementation.

Module Contents

class src.bluetooth_sig.gatt.services.tx_power.TxPowerService

Bases: src.bluetooth_sig.gatt.services.base.BaseGattService

Tx Power Service implementation.

Exposes the current transmit power level of a device.

Contains characteristics related to transmit power: - Tx Power Level - Required

service_characteristics: ClassVar[dict[src.bluetooth_sig.gatt.characteristics.registry.CharacteristicName, bool]]