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

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

Data Fields

uint16_t value_hdl_num
 The number of Value Handles of the Characteristics that has been read. More...
 
st_ble_gatt_value_t multi_char_val
 The contents of multiple Characteristics that have been read. More...
 

Detailed Description

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

Field Documentation

◆ value_hdl_num

uint16_t st_ble_gattc_rd_multi_char_evt_t::value_hdl_num

The number of Value Handles of the Characteristics that has been read.

◆ multi_char_val

st_ble_gatt_value_t st_ble_gattc_rd_multi_char_evt_t::multi_char_val

The contents of multiple Characteristics that have been read.