Skip to content

Commit

Permalink
softdevice_controller: rev 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
Browse files Browse the repository at this point in the history
CHANGELOG.rst contains the list of changes.

Signed-off-by: Sean Madigan <[email protected]>
  • Loading branch information
sean-madigan committed Apr 30, 2024
1 parent cde64ef commit d22f949
Show file tree
Hide file tree
Showing 28 changed files with 27 additions and 20 deletions.
1 change: 1 addition & 0 deletions softdevice_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Bug fixes
* Fixed an issue where a BIS Broadcaster would transmit invalid parameters in the BIG Info if a BIG was created with ``num_bis`` set to ``1`` and ``packing`` set to ``1`` (interleaved).
This could happen with both the LL Create BIG and LL Create BIG Test commands (DRGN-21912).
* Fixed an issue with the controller-initiated autonomous LE Power Control Request procedure for Coded PHY that could lead to a disconnection. (DRGN-21923)
* Fixed an issue where the |controller| could assert if a BIS Receiver stops receiving packets from the BIS Broadcaster. (DRGN-21949)

nRF Connect SDK v2.6.0
**********************
Expand Down
6 changes: 6 additions & 0 deletions softdevice_controller/include/sdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ extern "C" {
/** Maximum shared memory required for peripheral links. */
#define SDC_MEM_PERIPHERAL_LINKS_SHARED 17

/** @brief Maximum memory required when supporting LE Power Control.
*
* @param[in] num_links Total number of peripheral and central links supported.
*/
#define SDC_MEM_LE_POWER_CONTROL(num_links) ((num_links) > 0 ? 0 : 0)

/** Memory required for Quality of Service (QoS) channel survey module. */
#define SDC_MEM_QOS_CHANNEL_SURVEY (40)

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 393191c4b6723d1173d208c08838b787ba163d94
git_revision: 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
ll_subversion_number: '0x21C6'
ll_version_number: '0x0D'
timestamp: '2024-04-29T05:43:41Z'
timestamp: '2024-04-29T13:45:37Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions softdevice_controller/lib/cortex-m4/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 393191c4b6723d1173d208c08838b787ba163d94
git_revision: 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
ll_subversion_number: '0x11C6'
ll_version_number: '0x0D'
timestamp: '2024-04-29T05:41:40Z'
timestamp: '2024-04-29T13:44:29Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions softdevice_controller/lib/cortex-m4/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 393191c4b6723d1173d208c08838b787ba163d94
git_revision: 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
ll_subversion_number: '0x11C6'
ll_version_number: '0x0D'
timestamp: '2024-04-29T05:41:40Z'
timestamp: '2024-04-29T13:44:29Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 393191c4b6723d1173d208c08838b787ba163d94
git_revision: 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
ll_subversion_number: '0x11C6'
ll_version_number: '0x0D'
timestamp: '2024-04-29T05:41:40Z'
timestamp: '2024-04-29T13:44:29Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 393191c4b6723d1173d208c08838b787ba163d94
git_revision: 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
ll_subversion_number: '0x41C6'
ll_version_number: '0x0D'
timestamp: '2024-04-29T05:45:03Z'
timestamp: '2024-04-29T13:46:26Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 393191c4b6723d1173d208c08838b787ba163d94
git_revision: 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
ll_subversion_number: '0x41C6'
ll_version_number: '0x0D'
timestamp: '2024-04-29T05:45:03Z'
timestamp: '2024-04-29T13:46:26Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 393191c4b6723d1173d208c08838b787ba163d94
git_revision: 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
ll_subversion_number: '0x41C6'
ll_version_number: '0x0D'
timestamp: '2024-04-29T05:45:03Z'
timestamp: '2024-04-29T13:46:26Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 393191c4b6723d1173d208c08838b787ba163d94
git_revision: 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
ll_subversion_number: '0x31C6'
ll_version_number: '0x0D'
timestamp: '2024-04-29T05:47:22Z'
timestamp: '2024-04-29T13:47:37Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 393191c4b6723d1173d208c08838b787ba163d94
git_revision: 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
ll_subversion_number: '0x31C6'
ll_version_number: '0x0D'
timestamp: '2024-04-29T05:47:22Z'
timestamp: '2024-04-29T13:47:37Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 393191c4b6723d1173d208c08838b787ba163d94
git_revision: 0dbb628c9496248b33c4d6890a7aaddb3567c8d2
ll_subversion_number: '0x31C6'
ll_version_number: '0x0D'
timestamp: '2024-04-29T05:47:22Z'
timestamp: '2024-04-29T13:47:37Z'

0 comments on commit d22f949

Please sign in to comment.