Skip to content

Commit 22cf514

Browse files
AyturkDuzenrlubos
authored andcommitted
softdevice_controller: rev 4bcaf42a98bc333c2e9c70c6e32fa746447435fa
CHANGELOG.rst contains the list of changes. Signed-off-by: Aytürk Düzen <[email protected]>
1 parent 2d08b09 commit 22cf514

39 files changed

+53
-39
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ Added
1818
* Central-only and Peripheral-only library variants for the nRF54L Series devices. (DRGN-25081)
1919
* Initial prototype support for the nRF54LM20 device (DRGN-24919).
2020

21+
Bug fixes
22+
=========
23+
24+
* Fixed an issue where the controller would assert when terminating a connection created from PAwR. (DRGN-25200)
25+
The issue would occur if the :kconfig:option:`CONFIG_BT_CTLR_CHANNEL_SOUNDING` Kconfig option was enabled.
26+
27+
Changes
28+
=======
29+
30+
* When controller to host flow control is enabled, the controller no longer waits until all ACL data packets have been acknowledged by the host before raising the Disconnection Complete event.
31+
The controller no longer validates the handles provided in the Host Number of Complete Packets command.
32+
That is, the handles provided may belong to a Disconnection Complete event which has not yet been processed by the host.
33+
This reverts the changes done by DRGN-21085. (DRGN-24882)
34+
2135
nRF Connect SDK v3.0.0
2236
**********************
2337

Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: a37ec029f931d5594fba53f48d0449d5326b536e
3-
ll_subversion_number: '0x10E6'
2+
git_revision: 4bcaf42a98bc333c2e9c70c6e32fa746447435fa
3+
ll_subversion_number: '0x10FB'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-04-14T15:34:57Z'
5+
timestamp: '2025-05-05T10:58:27Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: a37ec029f931d5594fba53f48d0449d5326b536e
3-
ll_subversion_number: '0x10E6'
2+
git_revision: 4bcaf42a98bc333c2e9c70c6e32fa746447435fa
3+
ll_subversion_number: '0x10FB'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-04-14T15:34:57Z'
5+
timestamp: '2025-05-05T10:58:27Z'
Binary file not shown.

0 commit comments

Comments
 (0)