Event structure for BLE_GATTC_EVT_WRITE_RSP . More...
#include <ble_gattc.h>
Detailed Description
Event structure for BLE_GATTC_EVT_WRITE_RSP .
Field Documentation
| uint8_t ble_gattc_evt_write_rsp_t::data[1] |
Data.@note This is a variable length array. The size of 1 indicated is only a placeholder for compilation.
See sd_ble_evt_get for more information on how to use event structures with variable length array members.
| uint16_t ble_gattc_evt_write_rsp_t::handle |
Attribute Handle.
| uint16_t ble_gattc_evt_write_rsp_t::len |
Data length.
| uint16_t ble_gattc_evt_write_rsp_t::offset |
Data offset.
| uint8_t ble_gattc_evt_write_rsp_t::write_op |
Type of write operation, see GATT Write operations .