GATT service discovery event for BLE_GATTC_EVT_PRIMARY_SRVC_DISC. More...

#include <ble_gattc.h>

+ Collaboration diagram for ble_gattc_evt_srvc_disc_t:

Public Attributes

uint16_t count
 Service count. More...
 
ble_gattc_service_tservices
 Service data. More...
 

Detailed Description

GATT service discovery event for BLE_GATTC_EVT_PRIMARY_SRVC_DISC.

Definition at line 236 of file ble_gattc.h.

Member Data Documentation

◆ count

uint16_t ble_gattc_evt_srvc_disc_t::count

Service count.

Definition at line 238 of file ble_gattc.h.

◆ services

ble_gattc_service_t* ble_gattc_evt_srvc_disc_t::services

Service data.

Definition at line 239 of file ble_gattc.h.


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