Skip to content

Commit 70ae418

Browse files
Mirlenkocarlescufi
authored andcommitted
softdevice_controller: rev 6d38c53b039c98a487097cfd21774ec10ea752bd
CHANGELOG.rst contains the list of changes. Signed-off-by: Aleksandr Mirlenko <[email protected]>
1 parent 7a8bebe commit 70ae418

28 files changed

+35
-35
lines changed

softdevice_controller/include/sdc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ extern "C" {
148148
*/
149149

150150
/** @brief Auxiliary defines, not to be used outside of this file. */
151-
#define __MEM_MINIMAL_CENTRAL_LINK_SIZE 1066
152-
#define __MEM_MINIMAL_PERIPHERAL_LINK_SIZE 1188
151+
#define __MEM_MINIMAL_CENTRAL_LINK_SIZE 1043
152+
#define __MEM_MINIMAL_PERIPHERAL_LINK_SIZE 1164
153153
#define __MEM_TX_BUFFER_OVERHEAD_SIZE 15
154154
#define __MEM_RX_BUFFER_OVERHEAD_SIZE 14
155155

@@ -191,7 +191,7 @@ extern "C" {
191191
*
192192
* @param[in] num_links Total number of peripheral and central links supported.
193193
*/
194-
#define SDC_MEM_LE_POWER_CONTROL(num_links) ((num_links) > 0 ? (13 + (num_links) * 11) : 0)
194+
#define SDC_MEM_LE_POWER_CONTROL(num_links) ((num_links) > 0 ? (12 + (num_links) * 26) : 0)
195195

196196
/** Memory required for Quality of Service (QoS) channel survey module. */
197197
#define SDC_MEM_QOS_CHANNEL_SURVEY (40)

softdevice_controller/include/sdc_hci_vs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,8 +1677,8 @@ uint8_t sdc_hci_cmd_vs_scan_accept_ext_adv_packets_set(const sdc_hci_cmd_vs_scan
16771677
* This means that there is no guarantee that the controller works as intended when non-tested
16781678
* priorities are used.
16791679
* The default values for the priorities of the different roles are listed in
1680-
* https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/doc/scheduling.html
1681-
*
1680+
* https://docs.nordicsemi.com/bundle/ncs-
1681+
* latest/page/nrfxlib/softdevice_controller/doc/scheduling.html
16821682
*
16831683
* Priority changes configured using this API are not persisted on resets.
16841684
*
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: c1997c23c52b27cae2b95b7ef5f66106e4b9fe21
3-
ll_subversion_number: '0x21ED'
2+
git_revision: 6d38c53b039c98a487097cfd21774ec10ea752bd
3+
ll_subversion_number: '0x21F3'
44
ll_version_number: '0x0D'
5-
timestamp: '2024-06-07T15:13:03Z'
5+
timestamp: '2024-06-13T16:44:32Z'
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: c1997c23c52b27cae2b95b7ef5f66106e4b9fe21
3-
ll_subversion_number: '0x11ED'
2+
git_revision: 6d38c53b039c98a487097cfd21774ec10ea752bd
3+
ll_subversion_number: '0x11F3'
44
ll_version_number: '0x0D'
5-
timestamp: '2024-06-07T15:11:59Z'
5+
timestamp: '2024-06-13T16:43:20Z'
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)