GATT Client Read response event for BLE_GATTC_EVT_READ_RSP. More...

#include <ble_gattc.h>

+ Collaboration diagram for ble_gattc_evt_read_t:

Public Attributes

uint16_t count
 Value Count. More...
 
ble_gattc_read_value_tvalue
 Value(s) list. More...
 

Detailed Description

GATT Client Read response event for BLE_GATTC_EVT_READ_RSP.

Definition at line 264 of file ble_gattc.h.

Member Data Documentation

◆ count

uint16_t ble_gattc_evt_read_t::count

Value Count.

Definition at line 266 of file ble_gattc.h.

◆ value

ble_gattc_read_value_t* ble_gattc_evt_read_t::value

Value(s) list.

Definition at line 267 of file ble_gattc.h.


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