{
memcpy(app_value, iter.
p_value, ble_evt.evt.gattc_evt.params.char_val_by_uuid_read_rsp.value_len);
}
uint32_t sd_ble_gattc_evt_char_val_by_uuid_read_rsp_iter(ble_gattc_evt_t *p_gattc_evt, ble_gattc_handle_value_t *p_iter)
Iterate through Handle-Value(s) list in BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP event.
#define NRF_SUCCESS
Successful command.
Definition nrf_error.h:62
uint8_t * p_value
Definition ble_gattc.h:262
uint16_t handle
Definition ble_gattc.h:261
GATT read by UUID handle value pair.
Definition ble_gattc.h:260