sl_bt_evt_gatt_server_execute_write_completedGATT Server#
Execute write completed event indicates that the execute write command from a remote GATT client has completed with the given result.
Data Structures#
struct | sl_bt_evt_gatt_server_execute_write_completed_s Data structure of the execute_write_completed event. |
#define | sl_bt_evt_gatt_server_execute_write_completed_id 0x040a00a0 Identifier of the execute_write_completed event. |
Detailed Description#
Execute write completed event indicates that the execute write command from a remote GATT client has completed with the given result.
Data Structure Documentation#
sl_bt_evt_gatt_server_execute_write_completed_s#
struct sl_bt_evt_gatt_server_execute_write_completed_s
Data structure of the execute_write_completed event.
Data Fields | ||
---|---|---|
uint8_t | connection | Connection handle |
uint16_t | result | Execute write result |