Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gattc_evt_char_vals_read_rsp_t Struct Reference

ble_gattc_evt_char_vals_read_rsp_t Struct Reference
[Structures]

Event structure for BLE_GATTC_EVT_CHAR_VALS_READ_RSP. More...

#include <ble_gattc.h>

Data Fields

uint16_t len
 Concatenated Attribute values length.
uint8_t values [1]
 Attribute values, variable length.

Detailed Description

Event structure for BLE_GATTC_EVT_CHAR_VALS_READ_RSP.

Definition at line 184 of file ble_gattc.h.


Field Documentation

uint16_t len

Concatenated Attribute values length.

Definition at line 186 of file ble_gattc.h.

uint8_t values[1]

Attribute values, variable length.

Definition at line 187 of file ble_gattc.h.