Skip to content

Commit 8f5ca6f

Browse files
olivier-le-sagenordicjm
authored andcommitted
softdevice_controller: rev fc68c233ae346436ae57c07a590cb40838ce53d0
CHANGELOG.rst contains the list of changes. Signed-off-by: Olivier Lesage <[email protected]>
1 parent d2d0d83 commit 8f5ca6f

33 files changed

+40
-48
lines changed

softdevice_controller/include/sdc.h

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ extern "C" {
197197
*
198198
* @param[in] num_links Total number of peripheral and central links supported.
199199
*/
200-
#define SDC_MEM_SUBRATING(num_links) ((num_links) * 0)
200+
#define SDC_MEM_SUBRATING(num_links) (11 + (num_links) * 19)
201201

202202
/** Memory required for Quality of Service (QoS) channel survey module. */
203203
#define SDC_MEM_QOS_CHANNEL_SURVEY (40)
@@ -1211,14 +1211,6 @@ int32_t sdc_iso_host_timestamps_ignore(bool ignore);
12111211
*/
12121212
int32_t sdc_support_qos_channel_survey(void);
12131213

1214-
/** @brief Configure the coex advertising mode
1215-
*
1216-
* This API has now been deprecated and has no effect.
1217-
*
1218-
* @retval -NRF_EOPNOTSUPP This API is no longer supported.
1219-
*/
1220-
int32_t sdc_coex_adv_mode_configure(bool adv_cont_on_denial);
1221-
12221214
/** @brief Support for setting the default radio TX power level
12231215
*
12241216
* This API sets the default power level for radio TX activity in the controller.
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: 51145153557db27d92b185a19526e6c3de8ea541
3-
ll_subversion_number: '0x122F'
2+
git_revision: fc68c233ae346436ae57c07a590cb40838ce53d0
3+
ll_subversion_number: '0x1232'
44
ll_version_number: '0x0D'
5-
timestamp: '2024-08-12T11:46:40Z'
5+
timestamp: '2024-08-15T08:19:44Z'
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: 51145153557db27d92b185a19526e6c3de8ea541
3-
ll_subversion_number: '0x122F'
2+
git_revision: fc68c233ae346436ae57c07a590cb40838ce53d0
3+
ll_subversion_number: '0x1232'
44
ll_version_number: '0x0D'
5-
timestamp: '2024-08-12T11:46:40Z'
5+
timestamp: '2024-08-15T08:19:44Z'
Binary file not shown.

0 commit comments

Comments
 (0)