src.bluetooth_sig.gatt.characteristics.central_address_resolution¶
Central Address Resolution characteristic.
Classes¶
Name | Description |
|---|---|
Central Address Resolution characteristic (0x2AA6). |
|
Central Address Resolution support status. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.central_address_resolution.CentralAddressResolutionCharacteristic(info: src.bluetooth_sig.types.CharacteristicInfo | None = None, validation: src.bluetooth_sig.gatt.characteristics.characteristic_meta.ValidationConfig | None = None)¶
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).
- class src.bluetooth_sig.gatt.characteristics.central_address_resolution.CentralAddressResolutionSupport¶
Bases:
enum.IntEnumCentral Address Resolution support status.
- NOT_SUPPORTED = 0¶
- SUPPORTED = 1¶