Skip to content

Commit 5b593b6

Browse files
committed
softdevice_controller: Fix doc build error
Fix the indentation to fix the doc build error. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 3d45684 commit 5b593b6

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

0 commit comments

Comments
 (0)