src.bluetooth_sig.gatt.characteristics.server_supported_features

Server Supported Features characteristic (0x2B3A).

Classes

Name

Description

ServerFeatures

GATT server supported feature flags.

ServerSupportedFeaturesCharacteristic

Server Supported Features characteristic (0x2B3A).

Module Contents

class src.bluetooth_sig.gatt.characteristics.server_supported_features.ServerFeatures

Bases: enum.IntFlag

GATT server supported feature flags.

EATT = 1
class src.bluetooth_sig.gatt.characteristics.server_supported_features.ServerSupportedFeaturesCharacteristic

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

Server Supported Features characteristic (0x2B3A).

org.bluetooth.characteristic.server_supported_features

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

allow_variable_length: bool = True
min_length: int = 1