Skip to content

Commit db86ee8

Browse files
committed
softdevice_controller: rev 8beefe4b11875efc534dc7dcf1f6e8538470b9e7
CHANGELOG.rst contains the list of changes. Signed-off-by: Sean Madigan <[email protected]>
1 parent 44feec4 commit db86ee8

File tree

52 files changed

+52
-27
lines changed

Some content is hidden

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

52 files changed

+52
-27
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 2 additions & 0 deletions

softdevice_controller/include/sdc.h

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,6 +1445,10 @@ void sdc_support_extended_feature_set(void);
14451445
* and @ref sdc_support_frame_space_update_peripheral()
14461446
* if both central and peripheral roles are supported.
14471447
*
1448+
* @note The application may also call @ref sdc_support_lowest_frame_space() to enable support
1449+
* for the lowest frame space possible for ACL connections, if the application does not
1450+
* require asymmetric PHYs.
1451+
*
14481452
* @note The application shall also call @ref sdc_support_extended_feature_set()
14491453
* to enable support for Extended Feature Set before enabling support for Frame Space Update.
14501454
*
@@ -1463,6 +1467,10 @@ void sdc_support_frame_space_update_central(void);
14631467
* and @ref sdc_support_frame_space_update_peripheral()
14641468
* if both central and peripheral roles are supported.
14651469
*
1470+
* @note The application may also call @ref sdc_support_lowest_frame_space() to enable support
1471+
* for the lowest frame space possible for ACL connections, if the application does not
1472+
* require asymmetric PHYs.
1473+
*
14661474
* @note The application shall also call @ref sdc_support_extended_feature_set()
14671475
* to enable support for Extended Feature Set before enabling support for Frame Space Update.
14681476
*
@@ -1472,6 +1480,21 @@ void sdc_support_frame_space_update_central(void);
14721480
*/
14731481
void sdc_support_frame_space_update_peripheral(void);
14741482

1483+
/** @brief Enable support for the lowest frame space possible for ACL connections
1484+
*
1485+
* After this API is called, the controller will support the lowest frame space possible for ACL connections.
1486+
*
1487+
* @note This option forces ACL connections to always use the same TX and RX PHY.
1488+
*
1489+
* @note The application shall also call sdc_support_frame_space_update_central() or
1490+
* @ref sdc_support_frame_space_update_peripheral() to enable support for Frame Space Update.
1491+
*
1492+
* @note This API must be called before @ref sdc_cfg_set() and @ref sdc_enable().
1493+
* Use @ref sdc_support_helper() with this function to make sure
1494+
* it is called at the right time.
1495+
*/
1496+
void sdc_support_lowest_frame_space(void);
1497+
14751498
/** @brief Support Shorter Connection Intervals for central role
14761499
*
14771500
* 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: 4d668b3aaca9a64936065db6fbae699e5f9e3e73
3-
ll_subversion_number: '0x1012'
2+
git_revision: 8beefe4b11875efc534dc7dcf1f6e8538470b9e7
3+
ll_subversion_number: '0x1016'
44
ll_version_number: '0x10'
5-
timestamp: '2025-11-21T07:28:01Z'
5+
timestamp: '2025-11-25T11:00:02Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)