Skip to content

Commit 3cff48e

Browse files
Konstantinos Sotiropoulosjoerchan
authored andcommitted
softdevice_controller: rev d9e243713b2dc01555e11dc89975017a62858d0a
CHANGELOG.rst contains the list of changes. Signed-off-by: Konstantinos Sotiropoulos <[email protected]>
1 parent 17d0789 commit 3cff48e

15 files changed

+27
-26
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Bug fixes
2222

2323
* 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).
2424
* 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).
2526

2627
nRF Connect SDK v1.5.0
2728
**********************
@@ -47,8 +48,8 @@ Changes
4748

4849
* All libraries are now compatible with all platforms within a given family (DRGN-15118).
4950

50-
Bugfixes
51-
========
51+
Bug fixes
52+
=========
5253

5354
* Fixed an issue where the application could not immediately restart a connectable advertiser after a high duty cycle advertiser timed out (DRGN-13029).
5455
* 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
124125
* HCI_VS_SUBEVENT -> HCI_SUBEVENT_VS
125126
* hci_vs_cmd -> hci_cmd_vs
126127

127-
Bugfixes
128-
========
128+
Bug fixes
129+
=========
129130

130131
* 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).
131132

@@ -205,8 +206,8 @@ Changes
205206
Use corresponding API in MPSL instead.
206207
* Version numbers have been removed from the libraries.
207208

208-
Bugfixes
209-
========
209+
Bug fixes
210+
=========
210211

211212
* Fixed an issue where the application could not immediately restart a connectable advertiser after a high duty cycle advertiser timed out.
212213
* Fixed an issue where a control packet could be sent twice even after the packet was ACKed.
@@ -229,17 +230,17 @@ Added
229230

230231
* Added support for nRF52833.
231232

232-
Bugfixes
233-
========
233+
Bug fixes
234+
=========
234235

235236
* Fixed an issue where :c:func:`hci_data_get` could return "No data available" when there was data available.
236237
This issue would only occur when connected to multiple devices at the same time.
237238

238239
nRF Bluetooth LE Controller 0.3.0-2.prealpha
239240
********************************************
240241

241-
Bugfixes
242-
========
242+
Bug fixes
243+
=========
243244

244245
* Fixed an issue where an assert occured when the host issued LE Write Suggested Default Data Length.
245246

@@ -263,8 +264,8 @@ Added
263264
When enabled, one report is generated with every connection event.
264265
The report contains information that can be used to change the Bluetooth LE channel map.
265266

266-
Bugfixes
267-
========
267+
Bug fixes
268+
=========
268269

269270
* Fixed an issue where HCI Read Local Supported Commands command did not indicate support for HCI LE Set Privacy Mode command.
270271
* Fixed an issue where an ASSERT occured when setting advertising data after HCI Reset without setting advertising parameters.
@@ -316,8 +317,8 @@ Added
316317
* Added API to get Bluetooth LE Controller build revision: :c:func:`ble_controller_build_revision_get`.
317318
* Added separate :c:func:`ble_controller_init` API.
318319

319-
Bugfixes
320-
========
320+
Bug fixes
321+
=========
321322

322323
Fixed an issue in HCI control flow that severely limited Bluetooth LE throughput.
323324

Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: c5a8a5af402963933cbe3c33fe19f63ced0a2297
3-
ll_subversion_number: '0x21B3'
2+
git_revision: d9e243713b2dc01555e11dc89975017a62858d0a
3+
ll_subversion_number: '0x21C2'
44
ll_version_number: '0x0B'
5-
timestamp: '2021-03-16T20:18:08Z'
5+
timestamp: '2021-03-31T08:51:42Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: c5a8a5af402963933cbe3c33fe19f63ced0a2297
3-
ll_subversion_number: '0x11B3'
2+
git_revision: d9e243713b2dc01555e11dc89975017a62858d0a
3+
ll_subversion_number: '0x11C2'
44
ll_version_number: '0x0B'
5-
timestamp: '2021-03-16T20:18:11Z'
5+
timestamp: '2021-03-31T08:51:23Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)