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_READValue:
0x1
A GATT client can read the descriptor value.
Definition at line
8078
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
SL_BT_GATTDB_DESCRIPTOR_WRITE#
#define SL_BT_GATTDB_DESCRIPTOR_WRITEValue:
0x2
A GATT client can write the descriptor value.
Definition at line
8081
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
SL_BT_GATTDB_DESCRIPTOR_LOCAL_ONLY#
#define SL_BT_GATTDB_DESCRIPTOR_LOCAL_ONLYValue:
0x200
The descriptor is local only and should be invisible to GATT clients.
Definition at line
8084
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h