Hello,
I am trying to update temperature value through BLE characteristics example but while temperature update in following function I am getting error code 12291.
err_code = sd_ble_gatts_hvx(p_our_service->conn_handle, &hvx_params);
What is the meaning of this error code?