Skip to content

Commit 5d49cd7

Browse files
committed
softdevice_controller: rev 40edf29d503a8aa3c57b155423b3854baeb30532
CHANGELOG.rst contains the list of changes. Signed-off-by: Timothy Keys <timothy.keys@nordicsemi.no>
1 parent af47f36 commit 5d49cd7

101 files changed

Lines changed: 49 additions & 49 deletions

File tree

Some content is hidden

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

softdevice_controller/include/sdc.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ extern "C" {
159159
*/
160160

161161
/** @brief Auxiliary defines, not to be used outside of this file. */
162-
#define __MEM_MINIMAL_CENTRAL_LINK_SIZE 803
163-
#define __MEM_MINIMAL_PERIPHERAL_LINK_SIZE 923
162+
#define __MEM_MINIMAL_CENTRAL_LINK_SIZE 788
163+
#define __MEM_MINIMAL_PERIPHERAL_LINK_SIZE 912
164164
#define __MEM_TX_BUFFER_OVERHEAD_SIZE 15
165165
#define __MEM_RX_BUFFER_OVERHEAD_SIZE 15
166166

@@ -284,15 +284,15 @@ extern "C" {
284284
*
285285
* @param[in] buffer_count The number of periodic synchronization receive buffers.
286286
*/
287-
#define SDC_MEM_PER_PERIODIC_SYNC(buffer_count) (261 + (buffer_count) * 279)
287+
#define SDC_MEM_PER_PERIODIC_SYNC(buffer_count) (256 + (buffer_count) * 278)
288288

289289
/** Memory required per periodic sync when periodic sync with responses is supported.
290290
*
291291
* @param[in] tx_buffer_count The number of buffers for sending data. Minimum of 1.
292292
* @param[in] rx_buffer_count The number of buffers for receiving data.
293293
*/
294294
#define SDC_MEM_PER_PERIODIC_SYNC_RSP(tx_buffer_count, rx_buffer_count) \
295-
(686 + (tx_buffer_count - 1) * 254 + (rx_buffer_count) * 278)
295+
(671 + (tx_buffer_count - 1) * 255 + (rx_buffer_count) * 279)
296296

297297
/** Memory required for the periodic adv list.
298298
*
@@ -302,9 +302,9 @@ extern "C" {
302302

303303
/** @brief Auxiliary defines, not to be used outside of this file */
304304
#define __MEM_PER_PERIODIC_ADV_RSP_TX_BUFFER(max_tx_data_size) ((max_tx_data_size) + 5)
305-
#define __MEM_PER_PERIODIC_ADV_RSP_RX_BUFFER (282)
306-
#define __MEM_MINIMAL_PERIODIC_ADV_RSP_SET_SIZE_WITH_RX (470)
307-
#define __MEM_MINIMAL_PERIODIC_ADV_RSP_SET_SIZE_WITHOUT_RX (166)
305+
#define __MEM_PER_PERIODIC_ADV_RSP_RX_BUFFER (283)
306+
#define __MEM_MINIMAL_PERIODIC_ADV_RSP_SET_SIZE_WITH_RX (461)
307+
#define __MEM_MINIMAL_PERIODIC_ADV_RSP_SET_SIZE_WITHOUT_RX (161)
308308
#define __MEM_FOR_PERIODIC_ADV_RSP_FAILURE_REPORTING (224)
309309
#define __MEM_PER_ISO_PDU_POOL(count) ((count) > 0 ? (16 + (count) * 288) : 0)
310310

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: f84f40879e22a0149727b511d17aaa3c1ca5cd8b
3-
ll_subversion_number: '0x1015'
2+
git_revision: 40edf29d503a8aa3c57b155423b3854baeb30532
3+
ll_subversion_number: '0x1016'
44
ll_version_number: '0x11'
5-
timestamp: '2026-05-26T08:08:21Z'
5+
timestamp: '2026-05-27T14:40: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)