Skip to content

Commit e836951

Browse files
committed
softdevice_controller: rev 9104f3606845a1c239300c944ad12c5dfe3ece43
CHANGELOG.rst contains the list of changes. Signed-off-by: Herman Berget <[email protected]>
1 parent 2677690 commit e836951

File tree

45 files changed

+28
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+28
-28
lines changed

softdevice_controller/include/sdc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ extern "C" {
200200
*
201201
* @param[in] num_links Total number of peripheral and central links supported.
202202
*/
203-
#define SDC_MEM_LE_POWER_CONTROL(num_links) ((num_links) > 0 ? (13 + (num_links) * 115) : 0)
203+
#define SDC_MEM_LE_POWER_CONTROL(num_links) ((num_links) > 0 ? (13 + (num_links) * 123) : 0)
204204

205205
/** @brief Maximum memory required when supporting subrating.
206206
*
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: 90bc0f22a29e35bca5b8563ba94bceea7586a7b4
3-
ll_subversion_number: '0x1064'
2+
git_revision: 9104f3606845a1c239300c944ad12c5dfe3ece43
3+
ll_subversion_number: '0x1068'
44
ll_version_number: '0x0F'
5-
timestamp: '2025-08-07T13:19:52Z'
5+
timestamp: '2025-08-11T07:19:31Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)