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

This is used in R_BLE_GATTC_ReadMultiChar() to specify multiple Characteristics to be read. More...

Data Fields

uint16_t * p_hdl_list
 List of Value Handles that point the Characteristics to be read. More...
 
uint16_t list_count
 The number of Value Handles included in the hdl_list parameter. More...
 

Detailed Description

This is used in R_BLE_GATTC_ReadMultiChar() to specify multiple Characteristics to be read.

Field Documentation

◆ p_hdl_list

uint16_t* st_ble_gattc_rd_multi_req_param_t::p_hdl_list

List of Value Handles that point the Characteristics to be read.

◆ list_count

uint16_t st_ble_gattc_rd_multi_req_param_t::list_count

The number of Value Handles included in the hdl_list parameter.