GATT Attribute State Flags#

Defines the attribute state flags for GATT attributes.

Macros#

#define
SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_ACTIVE 0x1

The attribute is visible to remote GATT clients.

#define
SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_STARTED 0x2

The attribute has been marked to be activated when the changes are committed.

#define
SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_STOPPED 0x4

The attribute has been marked to be inactivated when the changes are committed.

#define
SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_ADDED 0x8

The attribute has been marked to be added when the changes are committed.

#define
SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_DELETED 0x10

The attribute has been marked to be deleted when the changes are committed.