Skip to content

Commit f254829

Browse files
KyraLengfeldrlubos
authored andcommitted
softdevice_controller: rev 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
CHANGELOG.rst contains the list of changes. Signed-off-by: Kyra Lengfeld <[email protected]>
1 parent 8d183d3 commit f254829

34 files changed

+48
-40
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Changelog
99

1010
All the notable changes to this project are documented on this page.
1111

12+
Main branch
13+
***********
14+
15+
Bug fixes
16+
=========
17+
18+
* Fixed an issue where the CIS central running on an nRF53 Series device could set an invalid MIC when sending encrypted ISO packets. (DRGN-23776)
19+
1220
nRF Connect SDK v2.8.0
1321
**********************
1422

softdevice_controller/include/sdc.h

Lines changed: 1 addition & 1 deletion
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 21
188+
#define SDC_MEM_CENTRAL_LINKS_SHARED 17
189189

190190
/** Maximum shared memory required for peripheral links. */
191191
#define SDC_MEM_PERIPHERAL_LINKS_SHARED 17
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
3-
ll_subversion_number: '0x1054'
2+
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
3+
ll_subversion_number: '0x1055'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-11-19T12:00:03Z'
5+
timestamp: '2024-11-20T16:08:48Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
3-
ll_subversion_number: '0x1054'
2+
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
3+
ll_subversion_number: '0x1055'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-11-19T12:00:03Z'
5+
timestamp: '2024-11-20T16:08:48Z'

0 commit comments

Comments
 (0)