Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

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 208 of file ble_gattc.h.


Field Documentation

uint16_t len

Concatenated Attribute values length.

Definition at line 210 of file ble_gattc.h.

uint8_t values[1]

Attribute values, variable length.

Definition at line 211 of file ble_gattc.h.