src.bluetooth_sig.gatt.characteristics.bond_management_feature

Bond Management Feature characteristic implementation.

Classes

Name

Description

BondManagementFeatureCharacteristic

Bond Management Feature characteristic (0x2AA5).

BondManagementFeatureData

Bond Management Feature characteristic data structure.

Module Contents

class src.bluetooth_sig.gatt.characteristics.bond_management_feature.BondManagementFeatureCharacteristic

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.Struct

Bond Management Feature characteristic data structure.

delete_all_bonds_on_server_supported: bool
delete_all_but_active_bond_on_server_supported: bool
delete_bond_of_requesting_device_supported: bool