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 committed Aug 21, 2024
1 parent 3d45684 commit 5b593b6
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 @@ -62,8 +62,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.

Expand Down

0 comments on commit 5b593b6

Please sign in to comment.