Skip to content

Commit ebe9060

Browse files
committed
softdevice_controller: rev 0f86152cb233d6a878741901490c24964ec822e9
CHANGELOG.rst contains the list of changes. Signed-off-by: Jan Müller <[email protected]>
1 parent d9c4c29 commit ebe9060

33 files changed

+41
-41
lines changed

softdevice_controller/include/sdc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,13 @@ extern "C" {
337337
*
338338
* @param[in] count Maximum number of concurrent connections supporting CS procedure.
339339
*/
340-
#define SDC_MEM_CS(count) ((count) > 0 ? (13 + (count) * 8912) : 0)
340+
#define SDC_MEM_CS(count) ((count) > 0 ? (13 + (count) * 8883) : 0)
341341

342342
/** @brief Maximum additional memory required to support Channel Sounding setup phase procedures
343343
*
344344
* @param[in] count Total number of links (central + peripheral).
345345
*/
346-
#define SDC_MEM_CS_SETUP_PHASE_LINKS(count) ((count) > 0 ? (11 + (count)*326) : 0)
346+
#define SDC_MEM_CS_SETUP_PHASE_LINKS(count) ((count) > 0 ? (11 + (count)*339) : 0)
347347

348348
/** @} end of sdc_mem_defines */
349349

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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
3-
ll_subversion_number: '0x1061'
2+
git_revision: 0f86152cb233d6a878741901490c24964ec822e9
3+
ll_subversion_number: '0x1062'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-12-02T13:02:51Z'
5+
timestamp: '2024-12-03T15:07:29Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
3-
ll_subversion_number: '0x1061'
2+
git_revision: 0f86152cb233d6a878741901490c24964ec822e9
3+
ll_subversion_number: '0x1062'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-12-02T13:02:51Z'
5+
timestamp: '2024-12-03T15:07:29Z'
Binary file not shown.

0 commit comments

Comments
 (0)