Skip to content

Commit

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

Signed-off-by: Rubin Ingwer Gerritsen <[email protected]>
  • Loading branch information
rugeGerritsen authored and rlubos committed Mar 10, 2022
1 parent 3a5afd2 commit f215460
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions softdevice_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Bug fixes
=========

* Fixed an issue where setting advertiser radio output power using the vendor-specific HCI command Zephyr Write TX Power Level returned "Unknown Advertiser Identifier (0x42)".
* Fixed an issue where reading advertiser radio output power using the vendor-specific HCI command Zephyr Read TX Power Level returned "Unknown Advertiser Identifier (0x42)".
* Fixed an issue where an assert could occur if :c:func:`sdc_disable` was called while a Bluetooth role was running (DRGN-16515).
* Fixed an issue where the advertiser would incorrectly set Offset Adjust in the SyncInfo when the offset to the ``AUX_SYNC_IND`` is large (DRGN-16887).

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: 46661425eba05d68c02003be438dfcd0328b148d
ll_subversion_number: '0x2311'
git_revision: 735013e4e12734b5aa22216ab2cb9e5ea9558d25
ll_subversion_number: '0x2319'
ll_version_number: '0x0B'
timestamp: '2022-03-01T13:04:54Z'
timestamp: '2022-03-09T10:20:18Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 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: 46661425eba05d68c02003be438dfcd0328b148d
ll_subversion_number: '0x1311'
git_revision: 735013e4e12734b5aa22216ab2cb9e5ea9558d25
ll_subversion_number: '0x1319'
ll_version_number: '0x0B'
timestamp: '2022-03-01T13:04:43Z'
timestamp: '2022-03-09T10:20:19Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 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: 46661425eba05d68c02003be438dfcd0328b148d
ll_subversion_number: '0x1311'
git_revision: 735013e4e12734b5aa22216ab2cb9e5ea9558d25
ll_subversion_number: '0x1319'
ll_version_number: '0x0B'
timestamp: '2022-03-01T13:04:43Z'
timestamp: '2022-03-09T10:20:19Z'
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: 46661425eba05d68c02003be438dfcd0328b148d
ll_subversion_number: '0x1311'
git_revision: 735013e4e12734b5aa22216ab2cb9e5ea9558d25
ll_subversion_number: '0x1319'
ll_version_number: '0x0B'
timestamp: '2022-03-01T13:04:43Z'
timestamp: '2022-03-09T10:20:19Z'

0 comments on commit f215460

Please sign in to comment.