ble_gattc_evt_char_desc_disc_t Struct Reference

GATT characteristic descriptor discovery event for BLE_GATTC_EVT_CHAR_DESC_DISC. More...

#include <ble_gattc.h>

+ Collaboration diagram for ble_gattc_evt_char_desc_disc_t:

Public Attributes

uint16_t count
 Descriptor count. More...
 
ble_gattc_desc_tchar_descs
 Descriptor data. More...
 

Detailed Description

GATT characteristic descriptor discovery event for BLE_GATTC_EVT_CHAR_DESC_DISC.

Definition at line 257 of file ble_gattc.h.

Member Data Documentation

◆ char_descs

ble_gattc_desc_t* ble_gattc_evt_char_desc_disc_t::char_descs

Descriptor data.

Definition at line 260 of file ble_gattc.h.

◆ count

uint16_t ble_gattc_evt_char_desc_disc_t::count

Descriptor count.

Definition at line 259 of file ble_gattc.h.


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