GATT characteristic discovery event for BLE_GATTC_EVT_CHAR_DISC. More...

#include <ble_gattc.h>

+ Collaboration diagram for ble_gattc_evt_char_disc_t:

Public Attributes

uint16_t count
 Characteristic count. More...
 
ble_gattc_char_tchars
 Characteristic data. More...
 

Detailed Description

GATT characteristic discovery event for BLE_GATTC_EVT_CHAR_DISC.

Definition at line 250 of file ble_gattc.h.

Member Data Documentation

◆ chars

ble_gattc_char_t* ble_gattc_evt_char_disc_t::chars

Characteristic data.

Definition at line 253 of file ble_gattc.h.

◆ count

uint16_t ble_gattc_evt_char_disc_t::count

Characteristic count.

Definition at line 252 of file ble_gattc.h.


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