Skip to content

Commit 9ed8ada

Browse files
committed
softdevice_controller: rev 7dcb0f3e25d9cf7f6b547f3c9de894dcb31ea2cb
CHANGELOG.rst contains the list of changes. Signed-off-by: Vinayak Chettimada <[email protected]>
1 parent 6790ebd commit 9ed8ada

27 files changed

+52
-33
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,20 @@ Changelog
99

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

12-
nRF Connect SDK v2.6-branch-NCSIDB-1718
13-
***************************************
12+
nRF Connect SDK v2.6-branch-NCSIDB-1718-preview2
13+
************************************************
1414

15-
All the notable changes included in the |NCS| v2.6-branch-NCSIDB-1718 release are documented in this section.
15+
All the notable changes included in the |NCS| v2.6-branch-NCSIDB-1718-preview2 tag are documented in this section.
16+
17+
Changes
18+
=======
19+
* Removed hardcoded LE Power Class 1 feature bit from the supported features.
20+
Use sdc_support_le_power_class_1() call to include LE Power Class 1 in the supported features.
21+
22+
nRF Connect SDK v2.6-branch-NCSIDB-1718-preview1
23+
************************************************
24+
25+
All the notable changes included in the |NCS| v2.6-branch-NCSIDB-1718-preview1 tag are documented in this section.
1626

1727
Changes
1828
=======
@@ -27,6 +37,15 @@ nRF Connect SDK v2.6.4-DRGN-25465-branch
2737

2838
All the notable changes included in the |NCS| v2.6.4-DRGN-25465 release are documented in this section.
2939

40+
Changes
41+
=======
42+
43+
* Enabled the LE Power Class 1 feature support bit in the controller.
44+
* The ability to configure a periodic advertiser with subevents but without response slots has been removed.
45+
This is due to an errata to the Bluetooth Core Specification v5.4 no longer allowing this configuration. (DRGN-22189)
46+
* The LE Channel Selection Algorithm event is no longer raised when a connection was established as a peripheral using legacy advertising commands. (DRGN-24660)
47+
This behavior was changed to accommodate ES-27170.
48+
3049
nRF Connect SDK v2.6.4
3150
**********************
3251

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: 8585012583c0bec7c764b3ae247c0f343c8c1fec
3-
ll_subversion_number: '0x23E3'
2+
git_revision: 7dcb0f3e25d9cf7f6b547f3c9de894dcb31ea2cb
3+
ll_subversion_number: '0x23EF'
44
ll_version_number: '0x0D'
5-
timestamp: '2025-10-22T17:06:18Z'
5+
timestamp: '2025-11-03T10:26:45Z'
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: 8585012583c0bec7c764b3ae247c0f343c8c1fec
3-
ll_subversion_number: '0x13E3'
2+
git_revision: 7dcb0f3e25d9cf7f6b547f3c9de894dcb31ea2cb
3+
ll_subversion_number: '0x13EF'
44
ll_version_number: '0x0D'
5-
timestamp: '2025-10-22T17:05:04Z'
5+
timestamp: '2025-11-03T10:24:32Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)