src.bluetooth_sig.gatt.characteristics.central_address_resolution

Central Address Resolution characteristic.

Classes

Name

Description

CentralAddressResolutionCharacteristic

Central Address Resolution characteristic (0x2AA6).

CentralAddressResolutionSupport

Central Address Resolution support status.

Module Contents

class src.bluetooth_sig.gatt.characteristics.central_address_resolution.CentralAddressResolutionCharacteristic

Bases: src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[CentralAddressResolutionSupport]

Central Address Resolution characteristic (0x2AA6).

org.bluetooth.characteristic.central_address_resolution

Indicates whether the Central Address Resolution is supported (1) or not (0).

expected_length: int = 1
class src.bluetooth_sig.gatt.characteristics.central_address_resolution.CentralAddressResolutionSupport

Bases: enum.IntEnum

Central Address Resolution support status.

NOT_SUPPORTED = 0
SUPPORTED = 1