Skip to content

Commit 3cdbd34

Browse files
committed
softdevice_controller: rev 002e900e2a695cc7f0ab8dca844ab681c5c7f472
CHANGELOG.rst contains the list of changes. Signed-off-by: Martin Tverdal <[email protected]>
1 parent 576f19c commit 3cdbd34

33 files changed

+44
-44
lines changed

softdevice_controller/include/sdc.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ extern "C" {
185185
__MEM_ADDITIONAL_LINK_SIZE(tx_size, rx_size, tx_count, rx_count))
186186

187187
/** Maximum shared memory required for central links. */
188-
#define SDC_MEM_CENTRAL_LINKS_SHARED 17
188+
#define SDC_MEM_CENTRAL_LINKS_SHARED 21
189189

190190
/** Maximum shared memory required for peripheral links. */
191191
#define SDC_MEM_PERIPHERAL_LINKS_SHARED 17
@@ -212,15 +212,15 @@ extern "C" {
212212
#define SDC_MEM_QOS_CHANNEL_SURVEY (40)
213213

214214
/** Memory required for the scanner when only supporting legacy scanning. */
215-
#define SDC_MEM_SCAN(buffer_count) (345 + (buffer_count) * 98)
215+
#define SDC_MEM_SCAN(buffer_count) (353 + (buffer_count) * 98)
216216

217217
/** Memory required for the scanner when supporting extended scanning. */
218-
#define SDC_MEM_SCAN_EXT(buffer_count) (345 + (buffer_count) * 320)
218+
#define SDC_MEM_SCAN_EXT(buffer_count) (353 + (buffer_count) * 320)
219219

220220
/** Additional memory required for the initiator when supporting scanning
221221
* and initiating at the same time.
222222
*/
223-
#define SDC_MEM_INITIATOR (320)
223+
#define SDC_MEM_INITIATOR (328)
224224

225225
/** Memory required for the Filter Accept List */
226226
#define SDC_MEM_FAL(max_num_entries) ((max_num_entries) > 0 ? (4 + (max_num_entries) * 8) : 0)
@@ -337,7 +337,7 @@ 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) * 8907) : 0)
340+
#define SDC_MEM_CS(count) ((count) > 0 ? (13 + (count) * 8912) : 0)
341341

342342
/** @brief Maximum additional memory required to support Channel Sounding setup phase procedures
343343
*
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: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
3-
ll_subversion_number: '0x1050'
2+
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
3+
ll_subversion_number: '0x1054'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-11-15T12:50:29Z'
5+
timestamp: '2024-11-19T12:00:03Z'
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: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
3-
ll_subversion_number: '0x1050'
2+
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
3+
ll_subversion_number: '0x1054'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-11-15T12:50:29Z'
5+
timestamp: '2024-11-19T12:00:03Z'
Binary file not shown.

0 commit comments

Comments
 (0)