src.bluetooth_sig.gatt.characteristics.bond_management_control_point¶
Bond Management Control Point characteristic implementation.
Classes¶
Name | Description |
|---|---|
Bond Management Control Point commands. |
|
Bond Management Control Point characteristic (0x2AA4). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.bond_management_control_point.BondManagementCommand¶
Bases:
enum.IntEnumBond Management Control Point commands.
- DELETE_ALL_BONDS_ON_SERVER = 2¶
- DELETE_ALL_BUT_ACTIVE_BOND_ON_SERVER = 3¶
- DELETE_BOND_OF_REQUESTING_DEVICE = 1¶
- class src.bluetooth_sig.gatt.characteristics.bond_management_control_point.BondManagementControlPointCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[int]Bond Management Control Point characteristic (0x2AA4).
org.bluetooth.characteristic.bond_management_control_point
Write-only characteristic for sending bond management commands. Variable length, starting with command byte.
- allow_variable_length = True¶
- min_length = 1¶