GATT Descriptor Property FlagsGATT Database#

Macros#


#define | SL_BT_GATTDB_DESCRIPTOR_READ 0x1

#define | SL_BT_GATTDB_DESCRIPTOR_WRITE 0x2

#define | SL_BT_GATTDB_DESCRIPTOR_LOCAL_ONLY 0x200

Detailed Description#

This enum defines the property flags for GATT characteristic descriptors.

Macro Definition Documentation#

◆ SL_BT_GATTDB_DESCRIPTOR_READ#

#define SL_BT_GATTDB_DESCRIPTOR_READ 0x1#

A GATT client can read the descriptor value.

◆ SL_BT_GATTDB_DESCRIPTOR_WRITE#

#define SL_BT_GATTDB_DESCRIPTOR_WRITE 0x2#

A GATT client can write the descriptor value.

◆ SL_BT_GATTDB_DESCRIPTOR_LOCAL_ONLY#

#define SL_BT_GATTDB_DESCRIPTOR_LOCAL_ONLY 0x200#

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