Skip to content

Commit

Permalink
softdevice_controller: update CHANGELOG.rst
Browse files Browse the repository at this point in the history
Minor document convention updates.

Signed-off-by: Lang Xie <lang.xie@nordicsemi.no>
  • Loading branch information
laxiLang authored and cvinayak committed Jan 29, 2024
1 parent d1e50ef commit a7ef13f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions softdevice_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ Bug fixes
=========

* Fixed an issue where the controller stopped generating advertising reports.
This could happen when the controller was running an extended cooperative scanner together with other activities, such as advertising or connection,
while receiving data in an extended advertising event that used ``AUX_CHAIN_IND``. (DRGN-21020)
This could happen when the controller was running an extended cooperative scanner together with other activities, such as advertising or connection, while receiving data in an extended advertising event that used ``AUX_CHAIN_IND`` (DRGN-21020).
* Fixed an issue where the controller would stop sending ACL data packets to the host when controller to host flow control was enabled.
This could happen when a disconnection occurred before the host had issued the Host Number of Complete Packets command for the remaining ACL data packets.
Now the controller waits until after all ACL data packets have been acknowledged by the host before raising the Disconnection Complete event.
The controller also validates the handles provided in the Host Number of Complete Packets command. (DRGN-21085)
* Fixed a rare issue where the scanner may assert when it schedules the reception of the next advertising packet. (DRGN-21262)
Now, the controller waits until all ACL data packets have been acknowledged by the host before raising the Disconnection Complete event.
The controller also validates the handles provided in the Host Number of Complete Packets command (DRGN-21085).
* Fixed a rare issue where the scanner may assert when it schedules the reception of the next advertising packet (DRGN-21262).

nRF Connect SDK v2.5.0
**********************
Expand Down

0 comments on commit a7ef13f

Please sign in to comment.