Skip to content

Commit d1e50ef

Browse files
laxiLangcvinayak
authored andcommitted
softdevice_controller: rev 8ddc02cb4926c6471a6a3d4e2fd1a4f22e381b75
CHANGELOG.rst contains the list of changes. Signed-off-by: Lang Xie <[email protected]>
1 parent 1150e2e commit d1e50ef

15 files changed

+29
-12
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ Changelog
99

1010
All the notable changes to this project are documented on this page.
1111

12+
nRF Connect SDK v2.5.2
13+
**********************
14+
15+
All the notable changes included in the |NCS| v2.5.2 release are documented in this section.
16+
17+
Bug fixes
18+
=========
19+
20+
* Fixed an issue where the controller stopped generating advertising reports.
21+
This could happen when the controller was running an extended cooperative scanner together with other activities, such as advertising or connection,
22+
while receiving data in an extended advertising event that used ``AUX_CHAIN_IND``. (DRGN-21020)
23+
* Fixed an issue where the controller would stop sending ACL data packets to the host when controller to host flow control was enabled.
24+
This could happen when a disconnection occurred before the host had issued the Host Number of Complete Packets command for the remaining ACL data packets.
25+
Now the controller waits until after all ACL data packets have been acknowledged by the host before raising the Disconnection Complete event.
26+
The controller also validates the handles provided in the Host Number of Complete Packets command. (DRGN-21085)
27+
* Fixed a rare issue where the scanner may assert when it schedules the reception of the next advertising packet. (DRGN-21262)
28+
1229
nRF Connect SDK v2.5.0
1330
**********************
1431

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: c593baa9144d8d05304e9b92d7711ee8aa02503c
3-
ll_subversion_number: '0x2102'
2+
git_revision: 8ddc02cb4926c6471a6a3d4e2fd1a4f22e381b75
3+
ll_subversion_number: '0x2168'
44
ll_version_number: '0x0D'
5-
timestamp: '2023-10-16T12:23:14Z'
5+
timestamp: '2024-01-26T12:24:08Z'
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: c593baa9144d8d05304e9b92d7711ee8aa02503c
3-
ll_subversion_number: '0x1102'
2+
git_revision: 8ddc02cb4926c6471a6a3d4e2fd1a4f22e381b75
3+
ll_subversion_number: '0x1168'
44
ll_version_number: '0x0D'
5-
timestamp: '2023-10-16T12:19:37Z'
5+
timestamp: '2024-01-26T12:21:56Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)