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

This structure notifies that write response to R_BLE_GATTC_WriteLongChar() or R_BLE_GATTC_ReliableWrites() has been received from a GATT Server. More...

Data Fields

st_ble_gatt_hdl_value_pair_t write_data
 The data to be written to the Characteristic/Long Characteristic/Long Characteristic Descriptor. More...
 
uint16_t offset
 Offset that indicates the location to be written. More...
 

Detailed Description

This structure notifies that write response to R_BLE_GATTC_WriteLongChar() or R_BLE_GATTC_ReliableWrites() has been received from a GATT Server.

Field Documentation

◆ write_data

st_ble_gatt_hdl_value_pair_t st_ble_gattc_char_part_wr_evt_t::write_data

The data to be written to the Characteristic/Long Characteristic/Long Characteristic Descriptor.

◆ offset

uint16_t st_ble_gattc_char_part_wr_evt_t::offset

Offset that indicates the location to be written.