GATT Attribute State Flags#

Defines the attribute state flags for GATT attributes.

Macro Definition Documentation#

SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_ACTIVE#

#define SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_ACTIVE
Value:
0x1

The attribute is visible to remote GATT clients.


Definition at line 8682 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_api.h

SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_STARTED#

#define SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_STARTED
Value:
0x2

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


Definition at line 8686 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_api.h

SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_STOPPED#

#define SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_STOPPED
Value:
0x4

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


Definition at line 8690 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_api.h

SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_ADDED#

#define SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_ADDED
Value:
0x8

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


Definition at line 8693 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_api.h

SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_DELETED#

#define SL_BT_GATTDB_ATTRIBUTE_STATE_FLAG_DELETED
Value:
0x10

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


Definition at line 8697 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_api.h