You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,8 @@ Bluetooth® LE
133
133
* Fixed an issue where a flash operation executed on the system workqueue might result in ``-ETIMEDOUT``, if there is an active Bluetooth LE connection.
134
134
* Fixed an issue where Bluetooth applications built with the ``nordic-bt-rpc`` snippet (in the :ref:`ble_rpc` configuration) did not work on the nRF54H20 devices due to incorrect memory mapping.
135
135
136
+
* Updated the Bluetooth LE SoftDevice Controller driver to make the :c:func:`hci_vs_sdc_llpm_mode_set` function return an error if Low Latency Packet Mode (LLPM) is not supported or not enabled in the Bluetooth LE Controller driver configuration (:kconfig:option:`CONFIG_BT_CTLR_SDC_LLPM`).
137
+
136
138
Bluetooth Mesh
137
139
--------------
138
140
@@ -199,7 +201,7 @@ This section provides detailed lists of changes by :ref:`application <applicatio
199
201
Machine learning
200
202
----------------
201
203
202
-
|no_changes_yet_note|
204
+
* Updated the application to enable the :ref:`Zephyr Memory Storage (ZMS) <zephyr:zms_api>` file system for the :ref:`zephyr:nrf54h20dk_nrf54h20` board.
203
205
204
206
Asset Tracker v2
205
207
----------------
@@ -214,7 +216,7 @@ Connectivity Bridge
214
216
IPC radio firmware
215
217
------------------
216
218
217
-
|no_changes_yet_note|
219
+
* Updated the application to enable the :ref:`Zephyr Memory Storage (ZMS) <zephyr:zms_api>` file system in all devices that contain MRAM, such as the nRF54H Series devices.
218
220
219
221
Matter Bridge
220
222
-------------
@@ -565,6 +567,11 @@ Bluetooth libraries and services
565
567
566
568
* Fixed an issue in the :ref:`bt_mesh_light_ctrl_srv_readme` model to automatically resume the Lightness Controller after recalling a scene (``NCSDK-30033`` known issue).
567
569
570
+
571
+
* :ref:`bt_fast_pair_readme` library:
572
+
573
+
* Updated the :c:func:`bt_fast_pair_info_cb_register` API to allow registration of multiple callbacks.
574
+
568
575
Common Application Framework
569
576
----------------------------
570
577
@@ -726,7 +733,7 @@ This section provides detailed lists of changes by :ref:`integration <integratio
726
733
Google Fast Pair integration
727
734
----------------------------
728
735
729
-
|no_changes_yet_note|
736
+
* Added instructions on how to provision the Fast Pair data onto devices without the :ref:`partition_manager` support, specifically for the :ref:`zephyr:nrf54h20dk_nrf54h20`.
0 commit comments