You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: softdevice_controller/CHANGELOG.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Added
22
22
* Vendor-specific command for triggering a peripheral task at the start of a radio event.
23
23
See :c:func:`sdc_hci_cmd_vs_set_event_start_task`. (DRGN-20737)
24
24
* Support for the LE Set Default Subrate and LE Subrate Request HCI commands. (DRGN-19745)
25
+
* Support for ISO broadcaster handles in the :c:func:`sdc_hci_cmd_vs_zephyr_write_tx_power` and :c:func:`sdc_hci_cmd_vs_zephyr_read_tx_power` commands (DRGN-23441).
25
26
26
27
Changes
27
28
=======
@@ -44,8 +45,9 @@ Changes
44
45
For more details, see the :ref:`scheduling_priorities_table` table.
45
46
* The SoftDevice Controller can now utilize more than 64K of memory buffer passed to :c:func:`sdc_enable`. (DRGN-22067)
46
47
* If LE Power Control is not being used, the TX power of CISes is now the same as for the corresponding ACL connection. (DRGN-23291)
47
-
* Prioritize generating the Number Of Completed Packets event above all other events.
48
-
Generate the event irrespective of the state of the Controller to Host data flow control. (DRGN-23284)
48
+
* Generating the Number of Completed Packets event is now prioritized above all other events.
49
+
The event is generated irrespective of the state of the Controller to Host data flow control. (DRGN-23284)
50
+
* When a link disconnects, the controller will now raise one or more Number Of Completed Packets events for data packets not ACKed by the peer device. (DRGN-23302)
0 commit comments