S132 SoftDevice v2.0.0
Data Fields
ble_gattc_evt_attr_info_disc_rsp_t Struct Reference

Event structure for BLE_GATTC_EVT_ATTR_INFO_DISC_RSP. More...

#include <ble_gattc.h>

Data Fields

uint16_t count
 
uint8_t format
 
ble_gattc_attr_info_t attr_info [1]
 

Detailed Description

Event structure for BLE_GATTC_EVT_ATTR_INFO_DISC_RSP.

Field Documentation

ble_gattc_attr_info_t ble_gattc_evt_attr_info_disc_rsp_t::attr_info[1]
     Attribute information.@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_attr_info_disc_rsp_t::count

Attribute count.

uint8_t ble_gattc_evt_attr_info_disc_rsp_t::format

Attribute information format, see Attribute Information Formats.


Documentation feedback | Developer Zone | Updated