@@ -26,7 +26,6 @@ extern "C" {
2626
2727#include <stdint.h>
2828#include <stdbool.h>
29- #include "nrf.h"
3029#include "nrf_errno.h"
3130
3231/** @brief Default resource configuration tag. */
@@ -1438,6 +1437,9 @@ void sdc_support_extended_feature_set(void);
14381437 * and @ref sdc_support_frame_space_update_peripheral()
14391438 * if both central and peripheral roles are supported.
14401439 *
1440+ * @note The application shall also call @ref sdc_support_extended_feature_set()
1441+ * to enable support for Extended Feature Set before enabling support for Frame Space Update.
1442+ *
14411443 * @note This API must be called before @ref sdc_cfg_set() and @ref sdc_enable().
14421444 * Use @ref sdc_support_helper() with this function to make sure
14431445 * it is called at the right time.
@@ -1453,6 +1455,9 @@ void sdc_support_frame_space_update_central(void);
14531455 * and @ref sdc_support_frame_space_update_peripheral()
14541456 * if both central and peripheral roles are supported.
14551457 *
1458+ * @note The application shall also call @ref sdc_support_extended_feature_set()
1459+ * to enable support for Extended Feature Set before enabling support for Frame Space Update.
1460+ *
14561461 * @note This API must be called before @ref sdc_cfg_set() and @ref sdc_enable().
14571462 * Use @ref sdc_support_helper() with this function to make sure
14581463 * it is called at the right time.
@@ -1468,6 +1473,11 @@ void sdc_support_frame_space_update_peripheral(void);
14681473 * and @ref sdc_support_shorter_connection_intervals_peripheral()
14691474 * if both central and peripheral roles are supported.
14701475 *
1476+ * @note The application shall also call @ref sdc_support_extended_feature_set(), and at least one of
1477+ * @ref sdc_support_connection_subrating_central and @ref sdc_support_connection_subrating_peripheral
1478+ * to enable support for Extended Feature Set and Connection Subrating
1479+ * before enabling support for Shorter Connection Intervals.
1480+ *
14711481 * @note This API must be called before @ref sdc_cfg_set() and @ref sdc_enable().
14721482 * Use @ref sdc_support_helper() with this function to make sure
14731483 * it is called at the right time.
@@ -1483,6 +1493,11 @@ void sdc_support_shorter_connection_intervals_central(void);
14831493 * and @ref sdc_support_shorter_connection_intervals_peripheral()
14841494 * if both central and peripheral roles are supported.
14851495 *
1496+ * @note The application shall also call @ref sdc_support_extended_feature_set(), and at least one of
1497+ * @ref sdc_support_connection_subrating_central and @ref sdc_support_connection_subrating_peripheral
1498+ * to enable support for Extended Feature Set and Connection Subrating
1499+ * before enabling support for Shorter Connection Intervals.
1500+ *
14861501 * @note This API must be called before @ref sdc_cfg_set() and @ref sdc_enable().
14871502 * Use @ref sdc_support_helper() with this function to make sure
14881503 * it is called at the right time.
0 commit comments