Skip to content

Commit

Permalink
softdevice_controller: Fix doc build error
Browse files Browse the repository at this point in the history
Fix the indentation to fix the doc build error.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and bjarki-andreasen committed Sep 10, 2024
1 parent 664a364 commit 2508f1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions softdevice_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ Bug fixes
* The central-like scheduling activity required less than 1 ms to complete at the point in time where the scanner started.
* Fixed a rare issue where the scanner would be stuck in the synchronizing state after failing to receive an ``AUX_ADV_IND`` packet.
This could only happen when the corresponding ``ADV_EXT_IND`` packet contained a resolvable address, private address resolution is enabled, and the periodic advertising list is not used. (DRGN-22230)
* Fixed an issue where the controller could generate the LE Advertising Set Terminated event one event sooner than expected. (DRGN-22705)
This could only happen when (all of the following)
* Fixed an issue where the controller could generate the LE Advertising Set Terminated event one event sooner than expected (DRGN-22705).
This could only happen when (all of the following):

* a non-zero Max_Extended_Advertising_Events parameter was used in the LE Set Extended Advertising Enable command.
* other ongoing activities in the controller prevented the first advertising event from taking place when the advertising set was created.
* Fixed an issue where calling the :c:func:`sdc_hci_cmd_vs_zephyr_write_tx_power` function without the LE Power Control feature enabled could cause the controller to de-reference a NULL pointer. (DRGN-22930)
Expand Down

0 comments on commit 2508f1f

Please sign in to comment.