GATT Descriptor Property Flags#
This enum defines the property flags for GATT characteristic descriptors.
Macros#
#define
SL_BT_GATTDB_DESCRIPTOR_READ 0x1
A GATT client can read the descriptor value.
#define
SL_BT_GATTDB_DESCRIPTOR_WRITE 0x2
A GATT client can write the descriptor value.
#define
SL_BT_GATTDB_DESCRIPTOR_LOCAL_ONLY 0x200
The descriptor is local only and should be invisible to GATT clients.