GATT Descriptor Property Flags#

This enum defines the property flags for GATT characteristic descriptors.

Macro Definition Documentation#

SL_BT_GATTDB_DESCRIPTOR_READ#

#define SL_BT_GATTDB_DESCRIPTOR_READ
Value:
0x1

A GATT client can read the descriptor value.


Definition at line 8972 of file /mnt/raid/workspaces/ws.USsMlsi0G/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

SL_BT_GATTDB_DESCRIPTOR_WRITE#

#define SL_BT_GATTDB_DESCRIPTOR_WRITE
Value:
0x2

A GATT client can write the descriptor value.


Definition at line 8975 of file /mnt/raid/workspaces/ws.USsMlsi0G/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

SL_BT_GATTDB_DESCRIPTOR_LOCAL_ONLY#

#define SL_BT_GATTDB_DESCRIPTOR_LOCAL_ONLY
Value:
0x200

The descriptor is local only and should be invisible to GATT clients.


Definition at line 8978 of file /mnt/raid/workspaces/ws.USsMlsi0G/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h