Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gatts_exe_write_rsp_evt_t Struct Reference

This structure notifies that a Execute Write Response PDU has been sent from GATT Server. More...

Data Fields

uint8_t exe_flag
 The flag that indicates whether execution or cancellation. More...
 

Detailed Description

This structure notifies that a Execute Write Response PDU has been sent from GATT Server.

Field Documentation

◆ exe_flag

uint8_t st_ble_gatts_exe_write_rsp_evt_t::exe_flag

The flag that indicates whether execution or cancellation.

value description
0x00 Cancellation.
0x01 Execution.