dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gattc_evt_prim_srvc_disc_rsp_t Struct Reference

Event structure for BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP. More...

#include <ble_gattc.h>

Data Fields

uint16_t count
 
ble_gattc_service_t services [1]
 

Detailed Description

Event structure for BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP.

Definition at line 202 of file ble_gattc.h.

Field Documentation

uint16_t ble_gattc_evt_prim_srvc_disc_rsp_t::count

Service count.

Definition at line 204 of file ble_gattc.h.

ble_gattc_service_t ble_gattc_evt_prim_srvc_disc_rsp_t::services[1]

Service 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.

Definition at line 205 of file ble_gattc.h.


The documentation for this struct was generated from the following file: