Skip to content

Commit 07f5d52

Browse files
committed
softdevice_controller: rev dda867d1f0431b6a4eb61757e5852264c1247e33
CHANGELOG.rst contains the list of changes. Signed-off-by: Alexandre Dauphinais <[email protected]>
1 parent d7c4e7d commit 07f5d52

File tree

45 files changed

+58
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+58
-48
lines changed

softdevice_controller/include/sdc.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,16 @@ int32_t sdc_support_connection_subrating_peripheral(void);
13621362
*/
13631363
int32_t sdc_support_channel_sounding_test(void);
13641364

1365+
/** @brief
1366+
*
1367+
* After this API is called, the controller will support Channel Sounding Step Mode 3
1368+
*
1369+
* @retval 0 Success
1370+
* @retval -NRF_EPERM This API must be called before @ref sdc_cfg_set() or @ref sdc_enable().
1371+
* @retval -NRF_EOPNOTSUPP Channel Sounding is not supported
1372+
*/
1373+
int32_t sdc_support_channel_sounding_mode3(void);
1374+
13651375
/** @brief Support LE Channel Sounding
13661376
*
13671377
* After this API is called, the controller will support the HCI commands
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: af60cb675fe733ccf21f238af0e95276681eac2d
3-
ll_subversion_number: '0x1114'
2+
git_revision: dda867d1f0431b6a4eb61757e5852264c1247e33
3+
ll_subversion_number: '0x1118'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-05-30T12:48:55Z'
5+
timestamp: '2025-06-03T07:25:25Z'
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: af60cb675fe733ccf21f238af0e95276681eac2d
3-
ll_subversion_number: '0x1114'
2+
git_revision: dda867d1f0431b6a4eb61757e5852264c1247e33
3+
ll_subversion_number: '0x1118'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-05-30T12:48:55Z'
5+
timestamp: '2025-06-03T07:25:25Z'
Binary file not shown.

0 commit comments

Comments
 (0)