BLE_API  v2.1.3
BLE Attribute Value Bond or Not Option Definition

Macros

#define ATT_VALUE_BOND_DISABLE   0x00
 
#define ATT_VALUE_BOND_ENABLE   0x02
 

Detailed Description

BLE attribute data bond option definition for "permFormatDB" in ATTRIBUTE_BLE.

Note
bit[1] in "UUID format and characteristic permission".

Macro Definition Documentation

◆ ATT_VALUE_BOND_DISABLE

#define ATT_VALUE_BOND_DISABLE   0x00

The attribute value will be bond when writing.

◆ ATT_VALUE_BOND_ENABLE

#define ATT_VALUE_BOND_ENABLE   0x02

The attribute value will be bond when writing.