Skip to content

Commit 36ba54a

Browse files
committed
softdevice_controller: rev 11e0644101c66b40d0916700e90fe05743f21458
CHANGELOG.rst contains the list of changes. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 8c2094f commit 36ba54a

File tree

47 files changed

+39
-71
lines changed

Some content is hidden

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

47 files changed

+39
-71
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 12 additions & 6 deletions

softdevice_controller/include/sdc.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ extern "C" {
148148
/** @brief Size of build revision array in bytes. */
149149
#define SDC_BUILD_REVISION_SIZE 20
150150

151-
/** @brief Temporary define to support both old and new sdc_support APIs. */
152-
#define SDC_USE_NEW_SDC_SUPPORT_API 1
153-
154151
/**
155152
* @defgroup sdc_mem_defines Memory requirement defines
156153
*

softdevice_controller/include/sdc_hci_vs.h

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ enum sdc_hci_opcode_vs
107107
SDC_HCI_OPCODE_CMD_VS_CONN_ANCHOR_POINT_UPDATE_EVENT_REPORT_ENABLE = 0xfd1f,
108108
/** @brief See @ref sdc_hci_cmd_vs_enable_periodic_adv_event_counter_reports(). */
109109
SDC_HCI_OPCODE_CMD_VS_ENABLE_PERIODIC_ADV_EVENT_COUNTER_REPORTS = 0xfd20,
110-
/** @brief See @ref sdc_hci_cmd_vs_set_cs_event_length(). */
111-
SDC_HCI_OPCODE_CMD_VS_SET_CS_EVENT_LENGTH = 0xfd21,
112110
/** @brief See @ref sdc_hci_cmd_vs_cs_params_set(). */
113111
SDC_HCI_OPCODE_CMD_VS_CS_PARAMS_SET = 0xfd22,
114112
};
@@ -748,13 +746,6 @@ typedef struct __PACKED __ALIGN(1)
748746
uint8_t enable;
749747
} sdc_hci_cmd_vs_enable_periodic_adv_event_counter_reports_t;
750748

751-
/** @brief Set event length for CS events command parameter(s). */
752-
typedef struct __PACKED __ALIGN(1)
753-
{
754-
/** @brief Allocated CS event length in microseconds. */
755-
uint32_t cs_event_length_us;
756-
} sdc_hci_cmd_vs_set_cs_event_length_t;
757-
758749
/** @brief Set custom control parameters for CS command parameter(s). */
759750
typedef struct __PACKED __ALIGN(1)
760751
{
@@ -1716,32 +1707,6 @@ uint8_t sdc_hci_cmd_vs_conn_anchor_point_update_event_report_enable(const sdc_hc
17161707
*/
17171708
uint8_t sdc_hci_cmd_vs_enable_periodic_adv_event_counter_reports(const sdc_hci_cmd_vs_enable_periodic_adv_event_counter_reports_t * p_params);
17181709

1719-
/** @brief Set event length for CS events.
1720-
*
1721-
* Set the event length for CS events.
1722-
*
1723-
* In case the number of subevents per event is one, the event length the same as
1724-
* the subevent length.
1725-
*
1726-
* In case the number of subevents per event is greater than one, the event length is
1727-
* the total expected time occupied by all subevents and the spacing between them, given
1728-
* by the formula:
1729-
*
1730-
* event length = T_SUBEVENT_INTERVAL x (N_SUBEVENTS_PER_EVENT - 1) + T_SUBEVENT_LEN
1731-
*
1732-
* Some additional margin may also be needed.
1733-
*
1734-
* Event(s) generated (unless masked away):
1735-
* When the command has completed, an HCI_Command_Complete event shall be generated.
1736-
*
1737-
* @param[in] p_params Input parameters.
1738-
*
1739-
* @retval 0 if success.
1740-
* @return Returns value between 0x01-0xFF in case of error.
1741-
* See Vol 2, Part D, Error for a list of error codes and descriptions.
1742-
*/
1743-
uint8_t sdc_hci_cmd_vs_set_cs_event_length(const sdc_hci_cmd_vs_set_cs_event_length_t * p_params);
1744-
17451710
/** @brief Set custom control parameters for CS.
17461711
*
17471712
* Set various parameters for finer control of CS steps, events and procedures.
-160 Bytes
Binary file not shown.
650 Bytes
Binary file not shown.
338 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: 21ea25a1b88e8bb3c5e8592b01ff3d0509bad632
3-
ll_subversion_number: '0x109C'
2+
git_revision: 11e0644101c66b40d0916700e90fe05743f21458
3+
ll_subversion_number: '0x10A0'
44
ll_version_number: '0x0F'
5-
timestamp: '2025-10-02T12:03:45Z'
5+
timestamp: '2025-10-06T14:41:35Z'
-164 Bytes
Binary file not shown.
646 Bytes
Binary file not shown.
330 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)