Skip to content

Commit 25ad184

Browse files
committed
softdevice_controller: rev 7cd46b89b916004a903d7c5bd83bfe65bffe85d4
CHANGELOG.rst contains the list of changes. Signed-off-by: Vinayak Chettimada <[email protected]>
1 parent a6756df commit 25ad184

28 files changed

+42
-30
lines changed

softdevice_controller/include/sdc.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,17 @@ int32_t sdc_support_central(void);
816816
*/
817817
int32_t sdc_support_ext_central(void);
818818

819+
/** @brief Support LE Power Class 1
820+
*
821+
* After this API is called, the controller will include LE Power Class 1 in the supported features.
822+
*
823+
* @note The controller only adds this feature bit, the user will have to know whether this is required.
824+
*
825+
* @retval 0 Success
826+
* @retval -NRF_EPERM This API must be called before @ref sdc_cfg_set() or @ref sdc_enable().
827+
*/
828+
int32_t sdc_support_le_power_class_1(void);
829+
819830
/** @brief Support Data Length Extensions for a central device
820831
*
821832
* After this API is called, the controller will support data length extension in the central role.

softdevice_controller/include/sdc_hci.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ extern "C" {
7272

7373
typedef enum
7474
{
75+
SDC_HCI_MSG_TYPE_NONE = 0x00,
7576
SDC_HCI_MSG_TYPE_DATA = 0x02,
7677
SDC_HCI_MSG_TYPE_EVT = 0x04,
7778
SDC_HCI_MSG_TYPE_ISO = 0x08,
450 Bytes
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: e5d86ebfadebfb093bd99d5594813b1a6ff95f1c
3-
ll_subversion_number: '0x2364'
2+
git_revision: 7cd46b89b916004a903d7c5bd83bfe65bffe85d4
3+
ll_subversion_number: '0x23D0'
44
ll_version_number: '0x0D'
5-
timestamp: '2025-06-17T14:13:15Z'
5+
timestamp: '2025-10-03T12:24:37Z'
466 Bytes
Binary file not shown.
458 Bytes
Binary file not shown.
458 Bytes
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: e5d86ebfadebfb093bd99d5594813b1a6ff95f1c
3-
ll_subversion_number: '0x1364'
2+
git_revision: 7cd46b89b916004a903d7c5bd83bfe65bffe85d4
3+
ll_subversion_number: '0x13D0'
44
ll_version_number: '0x0D'
5-
timestamp: '2025-06-17T14:12:17Z'
5+
timestamp: '2025-10-03T12:23:37Z'
458 Bytes
Binary file not shown.
458 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)