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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,31 +9,31 @@ Changelog
9
9
10
10
All the notable changes to this project are documented in this file.
11
11
12
-
Main branch
13
-
***********
12
+
nRF Connect SDK v2.0.0
13
+
**********************
14
14
15
-
All the notable changes included in the main branch are documented in this section.
15
+
All the notable changes included in the |NCS| v2.0.0 release are documented in this section.
16
16
17
17
Added
18
18
=====
19
19
20
-
* Added support for Peripheral-initiated Feature Exchange.
21
-
* Added vendor-specific HCI commands to set the priority and scan mode of Wi-Fi coexistence.
20
+
* Support for Peripheral-initiated Feature Exchange.
21
+
* Vendor-specific HCI commands to set the priority and scan mode of Wi-Fi coexistence.
22
22
See :c:func:`sdc_hci_cmd_vs_coex_priority_config` and :c:func:`sdc_hci_cmd_vs_coex_scan_mode_config` (DRGN-16518).
23
-
* Added support for periodic advertising intervals larger than ten seconds (DRGN-16873).
24
-
* Added support for periodic sync timeouts larger than 128 seconds (DRGN-16434).
25
-
* Added:c:func:`sdc_support_ext_central` which makes the extended initiator role configurable (DRGN-16392).
26
-
* Added support for connectionless angle of arrival (AoA) transmitter (DRGN-16588).
23
+
* Support for periodic advertising intervals larger than ten seconds (DRGN-16873).
24
+
* Support for periodic sync timeouts larger than 128 seconds (DRGN-16434).
25
+
* The:c:func:`sdc_support_ext_central` function that makes the extended initiator role configurable (DRGN-16392).
26
+
* Support for connectionless angle of arrival (AoA) transmitter (DRGN-16588).
27
27
The following HCI commands are now supported (DRGN-16713):
28
28
29
29
* LE Set Connectionless CTE Transmit Parameters
30
30
* LE Set Connectionless CTE Transmit Enable
31
31
* LE Read Antenna Information
32
32
33
-
* Added support for Periodic Advertising ADI (DRGN-16759).
34
-
* Added ``nak_count`` field into QoS Connection event reports that counts the number of received Negative Acknowledges from the peer during the connection event.
33
+
* Support for Periodic Advertising ADI (DRGN-16759).
34
+
* The ``nak_count`` field into QoS Connection event reports that counts the number of received Negative Acknowledges from the peer during the connection event.
35
35
See ``sdc_hci_subevent_vs_qos_conn_event_report_t`` (DRGN-17183).
36
-
* Added the ``sdc_coex_adv_mode_configure`` API to configure the behavior of the advertiser when using the coexistence interface (DRGN-16585).
36
+
* The ``sdc_coex_adv_mode_configure`` API to configure the behavior of the advertiser when using the coexistence interface (DRGN-16585).
0 commit comments