Skip to content

Commit 432c84b

Browse files
committed
softdevice_controller: rev 4d668b3aaca9a64936065db6fbae699e5f9e3e73
CHANGELOG.rst contains the list of changes. Signed-off-by: Rubin Ingwer Gerritsen <[email protected]>
1 parent 33becde commit 432c84b

File tree

53 files changed

+55
-32
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+55
-32
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions

softdevice_controller/doc/gui/bis_gui.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<script src="https://cdn.plot.ly/plotly-2.34.0.min.js"></script>
1+
<script
2+
src="https://cdn.plot.ly/plotly-2.34.0.min.js"
3+
integrity="sha384-j+p0l/4uqMgIkQije8pwuxgIop2gf4rXWWXSRQklCgEnzKzuOu90ZrthQLdNX0s2"
4+
crossorigin="anonymous">
5+
</script>
26

37
<style>
48
.generate-button {

softdevice_controller/include/sdc.h

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,19 @@ extern "C" {
385385

386386
/** @} end of sdc_mem_defines */
387387

388-
/** @brief Function prototype for the fault handler.
388+
/** @brief Function prototype for the assertion handler.
389389
*
390-
* @note The SoftDevice Controller will disable all interrupts prior to calling the
391-
* fault handler. The SoftDevice Controller will reset the chip if the
392-
* application returns from this function.
390+
* The assertion handler will be called whenever the SoftDevice Controller detects
391+
* an internal error it cannot recover from.
392+
* The assertion handler may be called from any execution context,
393+
* including interrupt context.
394+
*
395+
* The application may log the assertion information and provide the
396+
* information to Nordic Semiconductor for analysis.
397+
*
398+
* The SoftDevice Controller will disable all interrupts prior to calling the
399+
* assertion handler. The SoftDevice Controller will reset the chip if the
400+
* application returns from this function.
393401
*
394402
* @param[in] file The filename where the assertion occurred.
395403
* @param[in] line The line number where the assertion occurred.
@@ -1553,6 +1561,16 @@ void sdc_support_channel_sounding_initiator_role(void);
15531561
*/
15541562
void sdc_support_channel_sounding_reflector_role(void);
15551563

1564+
/** @brief Use global channel map during connection setup
1565+
*
1566+
* After this API is called, connections will use the global channel map
1567+
* instead of the full channel map during connection setup.
1568+
*
1569+
* @note This is known to not work well with some peer peripheral devices conforming to Core Specification v4.0.
1570+
* The API should only be used when the peer peripheral devices are qualified to a more recent specification.
1571+
*/
1572+
void sdc_use_global_channel_map_on_connection(void);
1573+
15561574
#ifdef __cplusplus
15571575
}
15581576
#endif
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: 125b7fabc037afbe250e904bd46bc91a80ef3100
3-
ll_subversion_number: '0x100B'
2+
git_revision: 4d668b3aaca9a64936065db6fbae699e5f9e3e73
3+
ll_subversion_number: '0x1012'
44
ll_version_number: '0x10'
5-
timestamp: '2025-11-14T09:42:29Z'
5+
timestamp: '2025-11-21T07:28:01Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)