ble_gattc_evt_read_t Struct Reference

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

#include <ble_gattc.h>

Public Attributes

uint16_t count
 
ble_gattc_read_value_tvalue
 

Detailed Description

GATT Client Read response event for BLE_GATTC_EVT_READ_RSP.

Definition at line 359 of file ble_gattc.h.

Member Data Documentation

◆ count

uint16_t ble_gattc_evt_read_t::count

Value Count.

Definition at line 361 of file ble_gattc.h.

◆ value

ble_gattc_read_value_t* ble_gattc_evt_read_t::value

Value(s) list.

Definition at line 362 of file ble_gattc.h.


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