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
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Bug fixes
22
22
23
23
* Fixed an issue where the channel map provided by the LE Host Set Channel Classification HCI command was not applied on the secondary advertising channels (DRGN-13594).
24
24
* The SoftDevice Controller can now be qualified on nRF52832 (DRGN-15382).
25
+
* Fixed an issue where setting a legacy advertiser's scan response data using extended advertising HCI commands corrupted the advertising data (DRGN-15465).
25
26
26
27
nRF Connect SDK v1.5.0
27
28
**********************
@@ -47,8 +48,8 @@ Changes
47
48
48
49
* All libraries are now compatible with all platforms within a given family (DRGN-15118).
49
50
50
-
Bugfixes
51
-
========
51
+
Bug fixes
52
+
=========
52
53
53
54
* Fixed an issue where the application could not immediately restart a connectable advertiser after a high duty cycle advertiser timed out (DRGN-13029).
54
55
* Fixed an issue where a directed advertiser used a resolvable address as the TargetA when the local device address was set to public or random device address (DRGN-13921).
@@ -124,8 +125,8 @@ Changes
124
125
* HCI_VS_SUBEVENT -> HCI_SUBEVENT_VS
125
126
* hci_vs_cmd -> hci_cmd_vs
126
127
127
-
Bugfixes
128
-
========
128
+
Bug fixes
129
+
=========
129
130
130
131
* Fixed an issue in master role which could cause disconnects if there were scheduling conflicts while doing a control procedures with an instant (DRGN-11222).
131
132
@@ -205,8 +206,8 @@ Changes
205
206
Use corresponding API in MPSL instead.
206
207
* Version numbers have been removed from the libraries.
207
208
208
-
Bugfixes
209
-
========
209
+
Bug fixes
210
+
=========
210
211
211
212
* Fixed an issue where the application could not immediately restart a connectable advertiser after a high duty cycle advertiser timed out.
212
213
* Fixed an issue where a control packet could be sent twice even after the packet was ACKed.
@@ -229,17 +230,17 @@ Added
229
230
230
231
* Added support for nRF52833.
231
232
232
-
Bugfixes
233
-
========
233
+
Bug fixes
234
+
=========
234
235
235
236
* Fixed an issue where :c:func:`hci_data_get` could return "No data available" when there was data available.
236
237
This issue would only occur when connected to multiple devices at the same time.
237
238
238
239
nRF Bluetooth LE Controller 0.3.0-2.prealpha
239
240
********************************************
240
241
241
-
Bugfixes
242
-
========
242
+
Bug fixes
243
+
=========
243
244
244
245
* Fixed an issue where an assert occured when the host issued LE Write Suggested Default Data Length.
245
246
@@ -263,8 +264,8 @@ Added
263
264
When enabled, one report is generated with every connection event.
264
265
The report contains information that can be used to change the Bluetooth LE channel map.
265
266
266
-
Bugfixes
267
-
========
267
+
Bug fixes
268
+
=========
268
269
269
270
* Fixed an issue where HCI Read Local Supported Commands command did not indicate support for HCI LE Set Privacy Mode command.
270
271
* Fixed an issue where an ASSERT occured when setting advertising data after HCI Reset without setting advertising parameters.
@@ -316,8 +317,8 @@ Added
316
317
* Added API to get Bluetooth LE Controller build revision: :c:func:`ble_controller_build_revision_get`.
317
318
* Added separate :c:func:`ble_controller_init` API.
318
319
319
-
Bugfixes
320
-
========
320
+
Bug fixes
321
+
=========
321
322
322
323
Fixed an issue in HCI control flow that severely limited Bluetooth LE throughput.
0 commit comments