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 |
uint8_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.
uint8_t ble_gattc_evt_char_val_by_uuid_read_rsp_t::handle_value[1] |
Handle-Value(s) list. To iterate through the list use sd_ble_gattc_evt_char_val_by_uuid_read_rsp_iter.
uint16_t ble_gattc_evt_char_val_by_uuid_read_rsp_t::value_len |
Length of the value in Handle-Value(s) list.