Skip to content

Commit 75ccb69

Browse files
committed
softdevice_controller: rev e0058308f89f3e728c341cda19092679d8e8285c
CHANGELOG.rst contains the list of changes. Signed-off-by: Lang Xie <[email protected]>
1 parent 67b0419 commit 75ccb69

33 files changed

+50
-39
lines changed

softdevice_controller/include/sdc.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,17 @@ int32_t sdc_support_ext_central(void);
880880
*/
881881
int32_t sdc_support_parallel_scanning_and_initiating(void);
882882

883+
/** @brief Support LE Power Class 1
884+
*
885+
* After this API is called, the controller will include LE Power Class 1 in the supported features.
886+
*
887+
* @note The controller only adds this feature bit, the user will have to know whether this is required.
888+
*
889+
* @retval 0 Success
890+
* @retval -NRF_EPERM This API must be called before @ref sdc_cfg_set() or @ref sdc_enable().
891+
*/
892+
int32_t sdc_support_le_power_class_1(void);
893+
883894
/** @brief Support Data Length Extensions for a central device
884895
*
885896
* After this API is called, the controller will support data length extension in the central role.
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: e3c28fd38774d2778fd3e3e5030e2b7ca61d5690
3-
ll_subversion_number: '0x1039'
2+
git_revision: e0058308f89f3e728c341cda19092679d8e8285c
3+
ll_subversion_number: '0x103A'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-10-23T08:24:34Z'
5+
timestamp: '2024-10-24T10:22:10Z'
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: e3c28fd38774d2778fd3e3e5030e2b7ca61d5690
3-
ll_subversion_number: '0x1039'
2+
git_revision: e0058308f89f3e728c341cda19092679d8e8285c
3+
ll_subversion_number: '0x103A'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-10-23T08:24:34Z'
5+
timestamp: '2024-10-24T10:22:10Z'
Binary file not shown.

0 commit comments

Comments
 (0)