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

This structure notifies that a Read Multiple Response PDU has been sent from GATT Server. More...

Data Fields

uint8_t count
 The number of attribute read by the Read Multiple Request PDU. More...
 
uint16_t * p_attr_hdl_list
 The list of attribute read by the Read Multiple Request PDU. More...
 

Detailed Description

This structure notifies that a Read Multiple Response PDU has been sent from GATT Server.

Field Documentation

◆ count

uint8_t st_ble_gatts_read_multi_rsp_evt_t::count

The number of attribute read by the Read Multiple Request PDU.

◆ p_attr_hdl_list

uint16_t* st_ble_gatts_read_multi_rsp_evt_t::p_attr_hdl_list

The list of attribute read by the Read Multiple Request PDU.