src.bluetooth_sig.gatt.characteristics.bond_management_feature¶
Bond Management Feature characteristic implementation.
Classes¶
Name | Description |
|---|---|
Bond Management Feature characteristic (0x2AA5). |
|
Bond Management Feature characteristic data structure. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.bond_management_feature.BondManagementFeatureCharacteristic(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[BondManagementFeatureData]Bond Management Feature characteristic (0x2AA5).
org.bluetooth.characteristic.bond_management_feature
Read-only characteristic containing feature flags for bond management operations. 3 bytes containing boolean flags for supported operations.
- expected_length = 3¶
- max_length = 3¶
- min_length = 3¶
- class src.bluetooth_sig.gatt.characteristics.bond_management_feature.BondManagementFeatureData¶
Bases:
msgspec.StructBond Management Feature characteristic data structure.