![]() |
S132 SoftDevice
v6.1.1
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Event structure for BLE_GATTC_EVT_CHAR_VALS_READ_RSP. More...
#include <ble_gattc.h>
Data Fields | |
uint16_t | len |
uint8_t | values [1] |
Event structure for BLE_GATTC_EVT_CHAR_VALS_READ_RSP.
uint16_t ble_gattc_evt_char_vals_read_rsp_t::len |
Concatenated Attribute values length.
uint8_t ble_gattc_evt_char_vals_read_rsp_t::values[1] |
Attribute values.@note This is a variable length array. The size of 1 indicated is only a placeholder for compilation.
See sd_ble_evt_get for more information on how to use event structures with variable length array members.