Skip to content

Commit 2239759

Browse files
olivier-le-sagerlubos
authored andcommitted
softdevice_controller: rev 27e054f30f6531f713248e72966720af2f32201f
CHANGELOG.rst contains the list of changes. Signed-off-by: Olivier Lesage <[email protected]>
1 parent 770408e commit 2239759

39 files changed

+43
-39
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Bug fixes
2424
* Fixed an issue where the controller would assert when terminating a connection created from PAwR. (DRGN-25200)
2525
The issue would occur if the :kconfig:option:`CONFIG_BT_CTLR_CHANNEL_SOUNDING` Kconfig option was enabled.
2626
* Fixed a rare issue where the controller could assert when calling the ``LE Create Connection Cancel`` HCI command. (DRGN-25326)
27+
* Fixed an issue where the controller could assert when receiving on the Coded PHY over an ACL connection. (DRGN-24930)
28+
This would occur when coding indicator or length byte was corrupted, causing the controller to listen for more than 27 bytes on S8 Coded PHY.
2729

2830
Changes
2931
=======
@@ -32,6 +34,8 @@ Changes
3234
The controller no longer validates the handles provided in the Host Number of Complete Packets command.
3335
That is, the handles provided may belong to a Disconnection Complete event which has not yet been processed by the host.
3436
This reverts the changes done by DRGN-21085. (DRGN-24882)
37+
* The packets received on Coded PHY with reserved for future use (RFU) values in the coding indicator (CI) field are now treated as CRC errors.
38+
This would occur when the CI field is corrupted in noisy environments, causing the controller to decode at an incorrect rate. (DRGN-25037)
3539

3640
nRF Connect SDK v3.0.0
3741
**********************
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: 87e5a82ebffcfb8bb86d3957fca3586916ef8dd8
3-
ll_subversion_number: '0x1104'
2+
git_revision: 27e054f30f6531f713248e72966720af2f32201f
3+
ll_subversion_number: '0x110A'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-05-14T11:11:45Z'
5+
timestamp: '2025-05-20T10:59:34Z'
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: 87e5a82ebffcfb8bb86d3957fca3586916ef8dd8
3-
ll_subversion_number: '0x1104'
2+
git_revision: 27e054f30f6531f713248e72966720af2f32201f
3+
ll_subversion_number: '0x110A'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-05-14T11:11:45Z'
5+
timestamp: '2025-05-20T10:59:34Z'
Binary file not shown.

0 commit comments

Comments
 (0)