Skip to content

Commit e3c7e71

Browse files
ryanjhrugeGerritsen
authored andcommitted
softdevice_controller: rev 3313ad152398d257014cdc796abcd6ab82ac70d7
CHANGELOG.rst contains the list of changes. Signed-off-by: Ryan Chu <[email protected]>
1 parent c35943b commit e3c7e71

File tree

53 files changed

+47
-35
lines changed

Some content is hidden

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

53 files changed

+47
-35
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions

softdevice_controller/include/sdc.h

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ typedef void (*sdc_callback_t)(void);
398398

399399
/** @brief Function prototype for antenna switching callback in Channel Sounding.
400400
*
401-
* See also @ref sdc_support_channel_sounding
401+
* See also @ref sdc_cs_antenna_switch_callback_set
402402
*
403403
* @param[in] antenna_index The index of the antenna being switched to.
404404
* Valid range [0, @ref sdc_cfg_cs_cfg_t::num_antennas_supported - 1]
@@ -1473,7 +1473,11 @@ void sdc_support_channel_sounding_mode3(void);
14731473

14741474
/** @brief Support Channel Sounding Initiator role
14751475
*
1476-
* After this API is called, the controller will support Channel Sounding Initiator role
1476+
* After this API is called, the controller will support the HCI commands
1477+
* related to Channel Sounding Initiator role
1478+
*
1479+
* The application shall call @ref sdc_support_channel_sounding_test() to enable
1480+
* support for Channel Sounding test command.
14771481
*
14781482
* @note This API must be called before @ref sdc_cfg_set() and @ref sdc_enable().
14791483
* Use @ref sdc_support_helper() with this function to make sure
@@ -1483,7 +1487,11 @@ void sdc_support_channel_sounding_initiator_role(void);
14831487

14841488
/** @brief Support Channel Sounding Reflector role
14851489
*
1486-
* After this API is called, the controller will support Channel Sounding Reflector role
1490+
* After this API is called, the controller will support the HCI commands
1491+
* related to Channel Sounding Reflector role
1492+
*
1493+
* The application shall call @ref sdc_support_channel_sounding_test() to enable
1494+
* support for Channel Sounding test command.
14871495
*
14881496
* @note This API must be called before @ref sdc_cfg_set() and @ref sdc_enable().
14891497
* Use @ref sdc_support_helper() with this function to make sure
@@ -1499,9 +1507,7 @@ void sdc_support_channel_sounding_reflector_role(void);
14991507
* The application shall call @ref sdc_support_channel_sounding_test() to enable
15001508
* support for Channel Sounding test command.
15011509
*
1502-
* @note This API must be called before @ref sdc_cfg_set() and @ref sdc_enable().
1503-
* Use @ref sdc_support_helper() with this function to make sure
1504-
* it is called at the right time.
1510+
* @note This function is deprecated. Do not use.
15051511
*/
15061512
void sdc_support_channel_sounding(void);
15071513

softdevice_controller/include/sdc_hci_vs.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ typedef struct __PACKED __ALIGN(1)
253253
/** @brief QoS Connection Event Report.
254254
*
255255
* A QoS Connection Event report gives information about the connection event.
256+
* See also @ref sdc_hci_cmd_vs_qos_conn_event_report_enable().
256257
*/
257258
typedef struct __PACKED __ALIGN(1)
258259
{
@@ -1041,8 +1042,10 @@ uint8_t sdc_hci_cmd_vs_conn_event_extend(const sdc_hci_cmd_vs_conn_event_extend_
10411042
*
10421043
* This vendor specific command is used to enable or disable generation of QoS Connection event
10431044
* reports.
1044-
* See @ref sdc_hci_subevent_vs_qos_conn_event_report_t. When enabled, one report will be generated
1045-
* every connection event.
1045+
* See @ref sdc_hci_subevent_vs_qos_conn_event_report_t.
1046+
* When enabled, one report is generated every scheduled connection event.
1047+
* That is, QoS Connection Connection event reports are not generated for skipped connection events.
1048+
* Connection events may be skipped due to scheduling conflicts, peripheral latency, or subrating.
10461049
*
10471050
* @note If the application does not pull a report in time, it will be overwritten.
10481051
*
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: 666f46dd29b3958ef4e5148f8220d9e77dde2e75
3-
ll_subversion_number: '0x10AA'
2+
git_revision: 3313ad152398d257014cdc796abcd6ab82ac70d7
3+
ll_subversion_number: '0x10AE'
44
ll_version_number: '0x0F'
5-
timestamp: '2025-10-16T05:11:20Z'
5+
timestamp: '2025-10-20T09:02:31Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)