Skip to content

Commit 58f7758

Browse files
committed
softdevice_controller: rev 1f6bdf877199842c5fd9604c4d83395f0625e937
CHANGELOG.rst contains the list of changes. Signed-off-by: Sean Madigan <[email protected]>
1 parent a11031a commit 58f7758

File tree

45 files changed

+29
-29
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

+29
-29
lines changed

softdevice_controller/include/sdc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ extern "C" {
160160
*/
161161

162162
/** @brief Auxiliary defines, not to be used outside of this file. */
163-
#define __MEM_MINIMAL_CENTRAL_LINK_SIZE 747
163+
#define __MEM_MINIMAL_CENTRAL_LINK_SIZE 755
164164
#define __MEM_MINIMAL_PERIPHERAL_LINK_SIZE 867
165165
#define __MEM_TX_BUFFER_OVERHEAD_SIZE 15
166166
#define __MEM_RX_BUFFER_OVERHEAD_SIZE 15
@@ -209,7 +209,7 @@ extern "C" {
209209
*
210210
* @param[in] num_links Total number of peripheral and central links supported.
211211
*/
212-
#define SDC_MEM_SUBRATING(num_links) ((num_links) > 0 ? (12 + (num_links) * 112) : 0)
212+
#define SDC_MEM_SUBRATING(num_links) ((num_links) > 0 ? (11 + (num_links) * 151) : 0)
213213

214214
/** @brief Maximum memory required when supporting periodic advertising sync transfer.
215215
*
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: 49c04bb7edd9f114601887132262d92230f49764
3-
ll_subversion_number: '0x1034'
2+
git_revision: 1f6bdf877199842c5fd9604c4d83395f0625e937
3+
ll_subversion_number: '0x103A'
44
ll_version_number: '0x0F'
5-
timestamp: '2025-06-20T13:58:15Z'
5+
timestamp: '2025-06-26T08:26:34Z'
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)