A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nrfconnect/sdk-nrfxlib/commit/c0a8f122a7ccc4ae19c010f9b9f6d22db7f2b28d below:

rev c7537dbc0612f7c0b33a3e288e561ed7a0be95b0 · nrfconnect/sdk-nrfxlib@c0a8f12 · GitHub

File tree Expand file treeCollapse file tree 35 files changed

+51

-43

lines changed

Filter options

Expand file treeCollapse file tree 35 files changed

+51

-43

lines changed Original file line number Diff line number Diff line change

@@ -25,6 +25,7 @@ Added

25 25

Changes

26 26

=======

27 27 28 +

* The Channel Sounding feature is now :ref:`supported <nrf:software_maturity>` instead of experimental. (DRGN-24060)

28 29

* The LE Channel Selection Algorithm event is no longer raised when a connection was established as a peripheral using legacy advertising commands. (DRGN-24660)

29 30

This behavior was changed to accommodate ES-27170.

30 31

* The CIS or BIS sink now generate lost SDUs immediately when scheduling conflicts occur instead of after receiving the next valid SDU. (DRGN-24062)

@@ -92,6 +93,11 @@ Bug fixes

92 93

* The data length is not updated

93 94

* Fixed an issue where the central would disconnect without sending a ``LL_TERMINATE_IND`` when the user sent the Disconnect HCI command.

94 95

This issue occurred when the central was blocked by another higher-priority role for extended periods. (DRGN-24784)

96 +

* Fixed a rare assert when stopping a CIG or BIG.

97 +

This issue would only occur when another CIG or BIG role was active at the same time. (DRGN-24938)

98 +

* Fixed a rare issue where the controller running on an nRF54 Series device would send a corrupted packet with a valid CRC.

99 +

This could lead to sending a packet with an invalid MIC in the case of an encrypted connection. (DRGN-24929)

100 +

The issue would occur if the :kconfig:option:`CONFIG_FPU` and :kconfig:option:`CONFIG_FPU_SHARING` Kconfig options are enabled.

95 101 96 102

nRF Connect SDK v2.9.0

97 103

**********************

Original file line number Diff line number Diff line change

@@ -67,7 +67,6 @@ The libraries are available as soft-float, softfp-float, and hard-float builds f

67 67

| Connection Subrating | | | X |

68 68

+--------------------------------+-----------------+--------------+-----------+

69 69

| Channel Sounding | | | X |

70 -

| (experimental support) | | | |

71 70

+--------------------------------+-----------------+--------------+-----------+

72 71 73 72

.. note::

@@ -78,7 +77,7 @@ The libraries are available as soft-float, softfp-float, and hard-float builds f

78 77

* For Periodic Advertising Sync Transfer - Receiver, only one sync transfer reception may be in progress at any one time per link.

79 78

* For the Isochronous Channels features, nRF52820 and nRF52833 are the nRF52 Series devices that support encrypting and decrypting the Isochronous Channels packets.

80 79

* For the nRF54H series, all Bluetooth features are experimental.

81 -

* For the Channel Sounding feature, support is experimental and only available for nRF54L Series devices.

80 +

* Support for the Channel Sounding feature is only available on the nRF54L15 device.

82 81 83 82

.. _sdc_proprietary_feature_support:

84 83 Original file line number Diff line number Diff line change

@@ -118,6 +118,9 @@ The |controller| currently has the following supported capabilities:

118 118

* - Multiple Configurations per ACL

119 119

-

120 120

- X

121 +

* - TX SNR Control

122 +

-

123 +

- X

121 124 122 125

In addition to the supported capabilities listed above, the |controller| supports the following step timings:

123 126

@@ -286,10 +289,10 @@ This is because the switch time is too short to power-cycle the radio between to

286 289

.. note::

287 290

When registering multiple antennas with the |controller|, the first antenna in the antenna array will be used by default for |BLE| transmission.

288 291 289 -

Experimental limitations

292 +

Limitations

290 293

------------------------

291 294 292 -

Currently, the following limitations apply to the :ref:`Experimental <nrf:software_maturity>` support of Channel Sounding:

295 +

Currently, the following limitations apply to the support of Channel Sounding:

293 296 294 297

* :ref:`radio coexistence <nrf:ug_radio_coex>` and :ref:`front-end modules <mpsl_fem>` are not supported.

295 298 Original file line number Diff line number Diff line change

@@ -1,5 +1,5 @@

1 1

description: SoftDevice Controller

2 -

git_revision: d3ec789df6d13b51894d52180e8ac8c87d41937a

3 -

ll_subversion_number: '0x10E2'

2 +

git_revision: c7537dbc0612f7c0b33a3e288e561ed7a0be95b0

3 +

ll_subversion_number: '0x10E8'

4 4

ll_version_number: '0x0E'

5 -

timestamp: '2025-04-10T11:34:35Z'

5 +

timestamp: '2025-04-16T13:41:36Z'

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4