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

This structure notifies that read response to R_BLE_GATTC_ReadChar() or R_BLE_GATTC_ReadCharUsingUuid() has been received from a GATT Server. More...

Data Fields

st_ble_gatt_hdl_value_pair_t read_data
 The contents of the Characteristic that has been read. More...
 

Detailed Description

This structure notifies that read response to R_BLE_GATTC_ReadChar() or R_BLE_GATTC_ReadCharUsingUuid() has been received from a GATT Server.

Field Documentation

◆ read_data

st_ble_gatt_hdl_value_pair_t st_ble_gattc_rd_char_evt_t::read_data

The contents of the Characteristic that has been read.