GATT Characteristic Property Flags#
This enum defines the property flags for GATT characteristic values. Lower byte is Characteristic Properties and higher byte is Characteristic Extended Properties.
Macros#
#define
SL_BT_GATTDB_CHARACTERISTIC_READ 0x2
#define
SL_BT_GATTDB_CHARACTERISTIC_WRITE_NO_RESPONSE 0x4
#define
SL_BT_GATTDB_CHARACTERISTIC_WRITE 0x8
#define
SL_BT_GATTDB_CHARACTERISTIC_NOTIFY 0x10
#define
SL_BT_GATTDB_CHARACTERISTIC_INDICATE 0x20
#define
SL_BT_GATTDB_CHARACTERISTIC_EXTENDED_PROPS 0x80
#define
SL_BT_GATTDB_CHARACTERISTIC_RELIABLE_WRITE 0x101