S132 SoftDevice v2.0.0
Data Fields
ble_gattc_evt_read_rsp_t Struct Reference

Event structure for BLE_GATTC_EVT_READ_RSP. More...

#include <ble_gattc.h>

Data Fields

uint16_t handle
 
uint16_t offset
 
uint16_t len
 
uint8_t data [1]
 

Detailed Description

Event structure for BLE_GATTC_EVT_READ_RSP.

Field Documentation

uint8_t ble_gattc_evt_read_rsp_t::data[1]
     Attribute data.@note This is a variable length array. The size of 1 indicated is only a placeholder for compilation.

See sd_ble_evt_get for more information on how to use event structures with variable length array members.

uint16_t ble_gattc_evt_read_rsp_t::handle

Attribute Handle.

uint16_t ble_gattc_evt_read_rsp_t::len

Attribute data length.

uint16_t ble_gattc_evt_read_rsp_t::offset

Offset of the attribute data.


Documentation feedback | Developer Zone | Updated