GATT Send Options#

Defines the option flags used with sl_bt_gatt_server_send_notification_with_options and sl_bt_gatt_server_send_indication_with_options.

Macros#

#define

Perform the standard notification or indication procedure.

#define

Send the notification or indication regardless of whether the corresponding configuration in the Client Characteristic Configuration of the connected client has been set.

Macro Definition Documentation#

SL_BT_GATT_SERVER_SEND_OPTION_NONE#

#define SL_BT_GATT_SERVER_SEND_OPTION_NONE
Value:
0x0

Perform the standard notification or indication procedure.


SL_BT_GATT_SERVER_SEND_OPTION_IGNORE_CCCD#

#define SL_BT_GATT_SERVER_SEND_OPTION_IGNORE_CCCD
Value:
0x1

Send the notification or indication regardless of whether the corresponding configuration in the Client Characteristic Configuration of the connected client has been set.