nRF51 SDK - S110 SoftDevice
|
Event structure for BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP. More...
#include <ble_gattc.h>
Data Fields | |
uint16_t | count |
uint16_t | value_len |
ble_gattc_handle_value_t | handle_value [1] |
Event structure for BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP.
uint16_t ble_gattc_evt_char_val_by_uuid_read_rsp_t::count |
Handle-Value Pair Count.
ble_gattc_handle_value_t ble_gattc_evt_char_val_by_uuid_read_rsp_t::handle_value[1] |
Handle-Value(s) list, variable length.
uint16_t ble_gattc_evt_char_val_by_uuid_read_rsp_t::value_len |
Length of the value in Handle-Value(s) list.