From 0a635fbc77aeb9d2b8f415e728d06226218e0df6 Mon Sep 17 00:00:00 2001 From: Pavel Vasilyev Date: Wed, 15 Jan 2025 07:29:52 +0100 Subject: [PATCH] doc: release notes: Add note about fixed flash driver and ble coop Add a note about fixed issue where a flash operation executed on the system workqueue might result in `-ETIMEDOUT` if there is an active Bluetooth LE connection. Ref: https://github.com/nrfconnect/sdk-nrf/pull/18953 Signed-off-by: Pavel Vasilyev --- .../releases_and_maturity/releases/release-notes-changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index 1e2be3d78430..74b5c111a1b4 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -110,7 +110,7 @@ Amazon Sidewalk Bluetooth® LE ------------- -|no_changes_yet_note| +* Fixed an issue where a flash operation executed on the system workqueue might result in ``-ETIMEDOUT`` if there is an active Bluetooth LE connection. Bluetooth Mesh --------------