src.bluetooth_sig.gatt.characteristics.client_supported_features

Client Supported Features characteristic (0x2B29).

Classes

Name

Description

ClientFeatures

GATT client supported feature flags.

ClientSupportedFeaturesCharacteristic

Client Supported Features characteristic (0x2B29).

Module Contents

class src.bluetooth_sig.gatt.characteristics.client_supported_features.ClientFeatures

Bases: enum.IntFlag

GATT client supported feature flags.

EATT = 2
MULTIPLE_HANDLE_VALUE_NOTIFICATIONS = 4
ROBUST_CACHING = 1
class src.bluetooth_sig.gatt.characteristics.client_supported_features.ClientSupportedFeaturesCharacteristic

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

Client Supported Features characteristic (0x2B29).

org.bluetooth.characteristic.client_supported_features

Variable-length bitfield indicating GATT features supported by the client.

allow_variable_length: bool = True
min_length: int = 1