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

This is used in R_BLE_GATTC_ReliableWrites() to specify the pair of Characteristic Value and Characteristic Value Handle. More...

Data Fields

st_ble_gatt_hdl_value_pair_t write_data
 Pair of Characteristic Value and Characteristic Value Handle. More...
 
uint16_t offset
 Offset that indicates the location to be written. More...
 

Detailed Description

This is used in R_BLE_GATTC_ReliableWrites() to specify the pair of Characteristic Value and Characteristic Value Handle.

Field Documentation

◆ write_data

st_ble_gatt_hdl_value_pair_t st_ble_gattc_reliable_writes_char_pair_t::write_data

Pair of Characteristic Value and Characteristic Value Handle.

◆ offset

uint16_t st_ble_gattc_reliable_writes_char_pair_t::offset

Offset that indicates the location to be written.

Normally, set 0 to this parameter.
If this parameter sets to a value other than 0,Adjust the offset parameter and the length of the value to be written not to exceed the length of the Characteristic.