Skip to content

Commit 4f6dd75

Browse files
krish2718bjarki-andreasen
authored andcommitted
softdevice_controller: Fix doc build error
Fix the indentation to fix the doc build error. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent e379b79 commit 4f6dd75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ Bug fixes
6363
* The central-like scheduling activity required less than 1 ms to complete at the point in time where the scanner started.
6464
* Fixed a rare issue where the scanner would be stuck in the synchronizing state after failing to receive an ``AUX_ADV_IND`` packet.
6565
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)
66-
* Fixed an issue where the controller could generate the LE Advertising Set Terminated event one event sooner than expected. (DRGN-22705)
67-
This could only happen when (all of the following)
66+
* Fixed an issue where the controller could generate the LE Advertising Set Terminated event one event sooner than expected (DRGN-22705).
67+
This could only happen when (all of the following):
68+
6869
* a non-zero Max_Extended_Advertising_Events parameter was used in the LE Set Extended Advertising Enable command.
6970
* other ongoing activities in the controller prevented the first advertising event from taking place when the advertising set was created.
7071
* 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)

0 commit comments

Comments
 (0)