Skip to content

Commit e9ef580

Browse files
ppryga-nordicnordicjm
authored andcommitted
softdevice_controller: rev 5ee8821775254a1cf574d62c7998aa35e2bfe7a9
CHANGELOG.rst contains the list of changes. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 04976df commit e9ef580

34 files changed

+42
-39
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Bug fixes
1616
=========
1717

1818
* Fixed an issue where the CIS central running on an nRF53 Series device could set an invalid MIC when sending encrypted ISO packets. (DRGN-23776)
19+
* Fixed a rare issue where the scanner may give a single advertising report with corrupted data when restarting scanning.
20+
The issue would only happen when the scanner received a long extended advertising packet that did not fit into a single advertising report and the scanning was stopped explicitly or through a timeout. (DRGN-23966)
1921

2022
nRF Connect SDK v2.8.0
2123
**********************

softdevice_controller/include/sdc_hci.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ extern "C" {
7272

7373
typedef enum
7474
{
75+
SDC_HCI_MSG_TYPE_NONE = 0x00,
7576
SDC_HCI_MSG_TYPE_DATA = 0x02,
7677
SDC_HCI_MSG_TYPE_EVT = 0x04,
7778
SDC_HCI_MSG_TYPE_ISO = 0x08,
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: 00391a2165110eb7022378c80b531bc1a7b5c713
3-
ll_subversion_number: '0x1057'
2+
git_revision: 5ee8821775254a1cf574d62c7998aa35e2bfe7a9
3+
ll_subversion_number: '0x105B'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-11-22T10:07:47Z'
5+
timestamp: '2024-11-26T20:57:50Z'
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: 00391a2165110eb7022378c80b531bc1a7b5c713
3-
ll_subversion_number: '0x1057'
2+
git_revision: 5ee8821775254a1cf574d62c7998aa35e2bfe7a9
3+
ll_subversion_number: '0x105B'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-11-22T10:07:47Z'
5+
timestamp: '2024-11-26T20:57:50Z'

0 commit comments

Comments
 (0)