Skip to content

Commit a286b75

Browse files
committed
softdevice_controller: rev bcecb5456fcfc131c82e4fffd10b0b96d6357cd2
CHANGELOG.rst contains the list of changes. Signed-off-by: Burak Gorduk <[email protected]>
1 parent be74804 commit a286b75

37 files changed

+530
-47
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Changes
4444
For more details, see the :ref:`scheduling_priorities_table` table.
4545
* The SoftDevice Controller can now utilize more than 64K of memory buffer passed to :c:func:`sdc_enable`. (DRGN-22067)
4646
* 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)
4749

4850
Bug fixes
4951
=========

softdevice_controller/doc/api.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,45 +11,63 @@ SoftDevice Controller
1111
***********************
1212

1313
.. doxygengroup:: sdc
14+
:project: nrfxlib
15+
:members:
1416

1517
Memory requirement defines
1618
==========================
1719

1820
.. doxygengroup:: sdc_mem_defines
21+
:project: nrfxlib
22+
:members:
1923

2024

2125
SoftDevice Controller HCI
2226
***************************
2327

2428
.. doxygengroup:: sdc_hci
29+
:project: nrfxlib
30+
:members:
2531

2632

2733
SoftDevice Controller HCI VS
2834
******************************
2935

3036
.. doxygengroup:: sdc_hci_vs
37+
:project: nrfxlib
38+
:members:
3139

3240
HCI Types
3341
============
3442

3543
.. doxygengroup:: HCI_TYPES
44+
:project: nrfxlib
45+
:members:
3646

3747
HCI Events
3848
=============
3949

4050
.. doxygengroup:: HCI_EVENTS
51+
:project: nrfxlib
52+
:members:
4153

4254
HCI Commands
4355
===============
4456

4557
.. doxygengroup:: HCI_COMMAND_PARAMETERS
58+
:project: nrfxlib
59+
:members:
4660

4761
HCI VS API
4862
==========
4963

5064
.. doxygengroup:: HCI_VS_API
65+
:project: nrfxlib
66+
:members:
5167

5268
SoftDevice Controller SoC
5369
***************************
5470

5571
.. doxygengroup:: sdc_soc
72+
:project: nrfxlib
73+
:members:

0 commit comments

Comments
 (0)