src.bluetooth_sig.gatt.characteristics.client_supported_features¶
Client Supported Features characteristic (0x2B29).
Classes¶
Name | Description |
|---|---|
GATT client supported feature flags. |
|
Client Supported Features characteristic (0x2B29). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.client_supported_features.ClientFeatures¶
Bases:
enum.IntFlagGATT 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.