Event structure for BLE_GATTC_EVT_DESC_DISC_RSP. More...
#include <ble_gattc.h>
Data Fields | |
uint16_t | count |
ble_gattc_desc_t | descs [1] |
Event structure for BLE_GATTC_EVT_DESC_DISC_RSP.
uint16_t ble_gattc_evt_desc_disc_rsp_t::count |
Descriptor count.
ble_gattc_desc_t ble_gattc_evt_desc_disc_rsp_t::descs[1] |
Descriptor 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.