ble_gattc_evt_enh_read_t Struct Reference

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

#include <ble_gattc.h>

Public Attributes

uint16_t cid
 
uint16_t count
 
ble_gattc_read_value_tvalue
 

Detailed Description

GATT value Read response event for BLE_GATTC_EVT_READ_RSP.

Definition at line 363 of file ble_gattc.h.

Member Data Documentation

◆ cid

uint16_t ble_gattc_evt_enh_read_t::cid

Channel id.

Definition at line 365 of file ble_gattc.h.

◆ count

uint16_t ble_gattc_evt_enh_read_t::count

Value Count.

Definition at line 366 of file ble_gattc.h.

◆ value

ble_gattc_read_value_t* ble_gattc_evt_enh_read_t::value

Value(s) list.

Definition at line 367 of file ble_gattc.h.


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