diff --git a/softdevice_controller/doc/isochronous_channels.rst b/softdevice_controller/doc/isochronous_channels.rst index 700f390627..685855646e 100644 --- a/softdevice_controller/doc/isochronous_channels.rst +++ b/softdevice_controller/doc/isochronous_channels.rst @@ -62,7 +62,6 @@ Parallel use of one CIS and one BIS is tested. However, there is no absolute maximum of BISes, CISes and ACLs that can be used concurrently. Instead, the amount of roles that can be used at the same time is limited by available memory and the on-air timings. - Tested topologies ***************** @@ -87,6 +86,8 @@ BIS Tested BIS topology - each arrow represents a BIS +.. _iso_parameter_selection: + Parameter selection ******************* @@ -165,7 +166,7 @@ The SDU interval is configured when the CIS or BIS is created and is a constant There are 3 modes that determine when the SDUs provided to the |controller| are sent: Timestamps - In this mode, timestamps are added to the HCI ISO data. + In the timestamp mode, timestamps must be provided in the ``Time_Stamp`` parameter in the HCI ISO data that is provided to the controller. This is the preferred way of providing data to the |controller| and guarantees the highest degree of control. The timestamp must be based on the controller's timings. @@ -198,7 +199,8 @@ Time of arrival To use this mode, set the sequence number to 0 and do not add a timestamp to the HCI ISO data. Sequence numbers - In the sequence number mode, an SDU should be provided every SDU interval, and the SDU sequence number must be increased by one for each SDU. + In the sequence number mode, a sequence number must be provided in the ``Packet_Sequence_Number`` parameter in the HCI ISO data that is provided to the controller. + When using this mode, an SDU should be provided every SDU interval, and the SDU sequence number must be increased by one for each SDU. If SDUs are provided more than one SDU interval apart, the SDU sequence number must be increased by a matching amount. It is not recommended to use the sequence number mode if SDUs are provided more than one SDU interval apart. diff --git a/softdevice_controller/doc/pic/schedule/broadcast_iso_timing.svg b/softdevice_controller/doc/pic/schedule/broadcast_iso_timing.svg new file mode 100644 index 0000000000..b980fe6cb5 --- /dev/null +++ b/softdevice_controller/doc/pic/schedule/broadcast_iso_timing.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + VBackground-1 + + + Solid.1000 + + + + + + + + + + + Page-1 + + + Sheet.25 + + + + Sheet.26 + Per. Adv. + + + + Per.Adv. + + Duration (horizontal) .60 + IsoInterval + + + + + + + + + + + + + IsoInterval + + Sheet.28 + time + + + + time + + Duration (horizontal) .12 + PerAdvInterval + + + + + + + + + + + + + PerAdvInterval + + Sheet.32 + BIG with BIS1, BIS2 + + + + BIG with BIS1, BIS2 + + Sheet.44 + BIG with BIS1, BIS2 + + + + BIG with BIS1, BIS2 + + Sheet.46 + BIG with BIS1, BIS2 + + + + BIG with BIS1, BIS2 + + Duration (horizontal) .48 + PerAdvEventLength + + + + + + + + + + + + + PerAdvEventLength + + Sheet.49 + Ext. Adv + + + + Ext.Adv + + Sheet.50 + Per. Adv. + + + + Per.Adv. + + diff --git a/softdevice_controller/doc/scheduling.rst b/softdevice_controller/doc/scheduling.rst index becaaaad61..8da6b567c1 100644 --- a/softdevice_controller/doc/scheduling.rst +++ b/softdevice_controller/doc/scheduling.rst @@ -69,6 +69,10 @@ The following table summarizes the priorities. | | * Scanner which is receiving an advertising packet on a secondary advertising channel | | | * Connected Isochronous channel setup | | | * Connected Isochronous channels that are about to time out | + | | * Isochronous Broadcaster | + | | * Synchronized Receiver in the synchronizing state | + | | * Synchronized Receiver in the synchronized state where the synchronization is about to be lost | + | | * Synchronized Receiver receiving packets in a BIG control subevent | +-----------------------------+---------------------------------------------------------------------------------------------------+ | Third priority | * All |BLE| roles in states other than above run with this priority | | | * MPSL Timeslot with high priority | @@ -530,6 +534,7 @@ The duration of an extended advertising event depends on the mode, data length, The |controller| will send as few secondary advertising channel packets as possible with each packet containing the maximum allowed amount of data. The packets are sent with an AUX frame space of 330 µs. +.. _periodic_advertiser_timing: Periodic Advertiser Timing ************************** @@ -575,6 +580,34 @@ If the ACL event spacing is 10 ms and the ACL event length is set to 2.5 ms, 7.5 Connected ISO channels are scheduled interleaved with ACL timing-events. +Broadcast isochronous channels timing +************************************* + +Broadcast isochronous channel timing-events are scheduled every isochronous (ISO) interval. +All subevents belonging to the same ISO group are scheduled in the same timing-event. +The duration of a BIG event depends on data length and the BIG parameters selected by the controller. +See the :ref:`iso_parameter_selection` section for more information. + +Isochronous broadcaster timing-events are scheduled similarly to a Central device, meaning they are added relative to already running central link or periodic advertising timing-events. +See the :ref:`central_timing` section for more information. +The timing-events are offset from each other by :math:`\mathsf{t_{event}}`. +In the |NCS|, this is configured with the :kconfig:option:`BT_CTLR_SDC_BIG_RESERVED_TIME_US` Kconfig option, or with the vendor-specific HCI command defined by the :c:func:`sdc_hci_cmd_vs_big_reserved_time_set` function. + +The reserved time allows for the associated periodic and extended advertiser, and any other periodic roles such as the :c:func:`sdc_hci_cmd_vs_qos_channel_survey_enable` function, to run. +For optimal scheduling, the periodic advertising interval and ISO interval should have a common factor, and the sum of the periodic and extended advertising timing-event lengths should be less than the BIG reserved time. +The duration of the periodic advertising event can be decreased by using the LE 2M PHY. +See the :ref:`periodic_advertiser_timing` section for more information. + +The synchronized receiver may close a timing-event early in order to save energy. +It can do this if it has received all payloads in a BIG event + +.. figure:: pic/schedule/broadcast_iso_timing.svg + :alt: Alt text: Broadcast ISO channels timing + :align: center + :width: 80% + + Broadcast isochronous channels timing-events + Timeslot API timing ******************* diff --git a/softdevice_controller/doc/softdevice_controller.rst b/softdevice_controller/doc/softdevice_controller.rst index 0248646ba7..a08d024d92 100644 --- a/softdevice_controller/doc/softdevice_controller.rst +++ b/softdevice_controller/doc/softdevice_controller.rst @@ -28,7 +28,6 @@ Applications utilizing the |controller| library are responsible for the followin The following peripherals are owned by the |controller| and must not be accessed directly by the application: -* ``ECB`` * ``CCM`` * ``AAR`` * ``NVMC`` diff --git a/softdevice_controller/include/sdc.h b/softdevice_controller/include/sdc.h index 62a184dbf5..60e3cace57 100644 --- a/softdevice_controller/include/sdc.h +++ b/softdevice_controller/include/sdc.h @@ -272,7 +272,7 @@ extern "C" { #define SDC_MEM_PER_CIG(count) ((count) > 0 ? (13 + (count) * 123) : 0) /** @brief Maximum memory required per CIS. Buffer and CIG memory comes in addition. */ -#define SDC_MEM_PER_CIS(count) ((count) > 0 ? (13 + (count) * 547) : 0) +#define SDC_MEM_PER_CIS(count) ((count) > 0 ? (13 + (count) * 555) : 0) /** @brief Maximum memory required per BIG. */ #define SDC_MEM_PER_BIG(count) ((count) > 0 ? (13 + (count) * 284) : 0) diff --git a/softdevice_controller/include/sdc_hci_vs.h b/softdevice_controller/include/sdc_hci_vs.h index 71a1d46509..aa351a2474 100644 --- a/softdevice_controller/include/sdc_hci_vs.h +++ b/softdevice_controller/include/sdc_hci_vs.h @@ -303,7 +303,9 @@ typedef __PACKED_STRUCT { /** @brief Assigned hardware manufacturer. Always 0x0002 indicating Nordic Semiconductor. */ uint16_t hw_platform; - /** @brief Assigned platform specific value. Set to 0x2 for nRF52, 0x3 for nRF53. */ + /** @brief Assigned platform specific value. Set to 0x2 for nRF52, 0x3 for nRF53, 0x4 for + * nRF54H, 0x5 for nRF54L. + */ uint16_t hw_variant; /** @brief Firmware Variant. 0 indicates a standard Bluetooth controller. */ uint8_t fw_variant; @@ -975,7 +977,7 @@ uint8_t sdc_hci_cmd_vs_conn_update(const sdc_hci_cmd_vs_conn_update_t * p_params * See also: Core v5.1, Vol 6, Part B, Section 4.5.6 * - There are no conflicts with other concurrent links. * - * A connection event cannot be extended beyond the connection interval. + * A connection event can not be extended beyond the connection interval. * * By default, that is after an HCI Reset, Extended Connection Events are enabled. * @@ -1465,10 +1467,6 @@ uint8_t sdc_hci_cmd_vs_min_val_of_max_acl_tx_payload_set(const sdc_hci_cmd_vs_mi * BIS where a ISO data path is not enabled, the Controller shall return the * error code Command Disallowed (0x0C). * - * If the Host issues this command before an SDU has been transmitted by the - * Controller, the Controller shall return the error code Command Disallowed - * (0x0C). - * * Event(s) generated (unless masked away): * When the HCI_LE_Read_ISO_TX_Sync command has completed, an * HCI_Command_Complete event shall be generated. @@ -1488,7 +1486,7 @@ uint8_t sdc_hci_cmd_vs_iso_read_tx_timestamp(const sdc_hci_cmd_vs_iso_read_tx_ti * This vendor specific command changes the time reserved at the end of a BIG event for other roles. * This applies to all BIGs created after calling this command. * - * The default value is 2500 us, but can be set to between 0 us and 4,000,000 us. Changes persist + * The default value is 1600 us, but can be set to between 0 us and 4,000,000 us. Changes persist * after an HCI_Reset command. * * If the value is set such that it cannot be satisfied for a given set of BIG parameters, BIG @@ -1515,7 +1513,7 @@ uint8_t sdc_hci_cmd_vs_big_reserved_time_set(const sdc_hci_cmd_vs_big_reserved_t * Note, when multiple CIGs are used the user needs to ensure that the initial CIG reserves time * for the remaining CIGs. * - * The default value is 2000 us, but can be set to between 0 us and 4,000,000 us. Changes persist + * The default value is 1300 us, but can be set to between 0 us and 4,000,000 us. Changes persist * after an HCI_Reset command. * * If the value is set such that it cannot be satisfied for a given set of CIG parameters, the diff --git a/softdevice_controller/lib/cortex-m33+nodsp/soft-float/libsoftdevice_controller_multirole.a b/softdevice_controller/lib/cortex-m33+nodsp/soft-float/libsoftdevice_controller_multirole.a index b030493f4a..2e8f65e0e7 100644 Binary files a/softdevice_controller/lib/cortex-m33+nodsp/soft-float/libsoftdevice_controller_multirole.a and b/softdevice_controller/lib/cortex-m33+nodsp/soft-float/libsoftdevice_controller_multirole.a differ diff --git a/softdevice_controller/lib/cortex-m33+nodsp/soft-float/manifest.yaml b/softdevice_controller/lib/cortex-m33+nodsp/soft-float/manifest.yaml index ff6f0b3f85..53f8357574 100644 --- a/softdevice_controller/lib/cortex-m33+nodsp/soft-float/manifest.yaml +++ b/softdevice_controller/lib/cortex-m33+nodsp/soft-float/manifest.yaml @@ -1,5 +1,5 @@ description: SoftDevice Controller -git_revision: e688010c1973a16f7a5770bc648f335d7d4228d4 -ll_subversion_number: '0x2188' +git_revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced +ll_subversion_number: '0x218F' ll_version_number: '0x0D' -timestamp: '2024-02-27T11:26:15Z' +timestamp: '2024-03-05T14:46:47Z' diff --git a/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_central.a b/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_central.a index f644cf569e..b1ab82b039 100644 Binary files a/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_central.a and b/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_central.a differ diff --git a/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_multirole.a b/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_multirole.a index 8ee3ee310e..ee07d100eb 100644 Binary files a/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_multirole.a and b/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_multirole.a differ diff --git a/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_peripheral.a b/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_peripheral.a index 80ee0912f2..e692840cdb 100644 Binary files a/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_peripheral.a and b/softdevice_controller/lib/cortex-m4/hard-float/libsoftdevice_controller_peripheral.a differ diff --git a/softdevice_controller/lib/cortex-m4/hard-float/manifest.yaml b/softdevice_controller/lib/cortex-m4/hard-float/manifest.yaml index d4fb91124c..31a9fb03ba 100644 --- a/softdevice_controller/lib/cortex-m4/hard-float/manifest.yaml +++ b/softdevice_controller/lib/cortex-m4/hard-float/manifest.yaml @@ -1,5 +1,5 @@ description: SoftDevice Controller -git_revision: e688010c1973a16f7a5770bc648f335d7d4228d4 -ll_subversion_number: '0x1188' +git_revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced +ll_subversion_number: '0x118F' ll_version_number: '0x0D' -timestamp: '2024-02-27T11:22:39Z' +timestamp: '2024-03-05T14:43:03Z' diff --git a/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_central.a b/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_central.a index d11c57b3ee..762dd866d5 100644 Binary files a/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_central.a and b/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_central.a differ diff --git a/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_multirole.a b/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_multirole.a index e061646388..289daab1f1 100644 Binary files a/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_multirole.a and b/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_multirole.a differ diff --git a/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a b/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a index b15ccd726c..ce467538c8 100644 Binary files a/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a and b/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_peripheral.a differ diff --git a/softdevice_controller/lib/cortex-m4/soft-float/manifest.yaml b/softdevice_controller/lib/cortex-m4/soft-float/manifest.yaml index d4fb91124c..31a9fb03ba 100644 --- a/softdevice_controller/lib/cortex-m4/soft-float/manifest.yaml +++ b/softdevice_controller/lib/cortex-m4/soft-float/manifest.yaml @@ -1,5 +1,5 @@ description: SoftDevice Controller -git_revision: e688010c1973a16f7a5770bc648f335d7d4228d4 -ll_subversion_number: '0x1188' +git_revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced +ll_subversion_number: '0x118F' ll_version_number: '0x0D' -timestamp: '2024-02-27T11:22:39Z' +timestamp: '2024-03-05T14:43:03Z' diff --git a/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_central.a b/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_central.a index aa27e4d39f..68b3d71ee0 100644 Binary files a/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_central.a and b/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_central.a differ diff --git a/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_multirole.a b/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_multirole.a index 7dd3832c86..0cde398105 100644 Binary files a/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_multirole.a and b/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_multirole.a differ diff --git a/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_peripheral.a b/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_peripheral.a index b86bffb6fc..1cdd2334b7 100644 Binary files a/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_peripheral.a and b/softdevice_controller/lib/cortex-m4/softfp-float/libsoftdevice_controller_peripheral.a differ diff --git a/softdevice_controller/lib/cortex-m4/softfp-float/manifest.yaml b/softdevice_controller/lib/cortex-m4/softfp-float/manifest.yaml index d4fb91124c..31a9fb03ba 100644 --- a/softdevice_controller/lib/cortex-m4/softfp-float/manifest.yaml +++ b/softdevice_controller/lib/cortex-m4/softfp-float/manifest.yaml @@ -1,5 +1,5 @@ description: SoftDevice Controller -git_revision: e688010c1973a16f7a5770bc648f335d7d4228d4 -ll_subversion_number: '0x1188' +git_revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced +ll_subversion_number: '0x118F' ll_version_number: '0x0D' -timestamp: '2024-02-27T11:22:39Z' +timestamp: '2024-03-05T14:43:03Z' diff --git a/softdevice_controller/lib/nrf54h20_enga_cpurad/hard-float/libsoftdevice_controller_multirole.a b/softdevice_controller/lib/nrf54h20_enga_cpurad/hard-float/libsoftdevice_controller_multirole.a index b458bfe69b..9ed2755ed5 100644 Binary files a/softdevice_controller/lib/nrf54h20_enga_cpurad/hard-float/libsoftdevice_controller_multirole.a and b/softdevice_controller/lib/nrf54h20_enga_cpurad/hard-float/libsoftdevice_controller_multirole.a differ diff --git a/softdevice_controller/lib/nrf54h20_enga_cpurad/hard-float/manifest.yaml b/softdevice_controller/lib/nrf54h20_enga_cpurad/hard-float/manifest.yaml index 23a136631b..34b95c7665 100644 --- a/softdevice_controller/lib/nrf54h20_enga_cpurad/hard-float/manifest.yaml +++ b/softdevice_controller/lib/nrf54h20_enga_cpurad/hard-float/manifest.yaml @@ -1,5 +1,5 @@ description: SoftDevice Controller -git_revision: e688010c1973a16f7a5770bc648f335d7d4228d4 -ll_subversion_number: '0x4188' +git_revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced +ll_subversion_number: '0x418F' ll_version_number: '0x0D' -timestamp: '2024-02-27T11:28:21Z' +timestamp: '2024-03-05T14:49:18Z' diff --git a/softdevice_controller/lib/nrf54h20_enga_cpurad/soft-float/libsoftdevice_controller_multirole.a b/softdevice_controller/lib/nrf54h20_enga_cpurad/soft-float/libsoftdevice_controller_multirole.a index 917b42882c..cf4e5166a1 100644 Binary files a/softdevice_controller/lib/nrf54h20_enga_cpurad/soft-float/libsoftdevice_controller_multirole.a and b/softdevice_controller/lib/nrf54h20_enga_cpurad/soft-float/libsoftdevice_controller_multirole.a differ diff --git a/softdevice_controller/lib/nrf54h20_enga_cpurad/soft-float/manifest.yaml b/softdevice_controller/lib/nrf54h20_enga_cpurad/soft-float/manifest.yaml index 23a136631b..34b95c7665 100644 --- a/softdevice_controller/lib/nrf54h20_enga_cpurad/soft-float/manifest.yaml +++ b/softdevice_controller/lib/nrf54h20_enga_cpurad/soft-float/manifest.yaml @@ -1,5 +1,5 @@ description: SoftDevice Controller -git_revision: e688010c1973a16f7a5770bc648f335d7d4228d4 -ll_subversion_number: '0x4188' +git_revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced +ll_subversion_number: '0x418F' ll_version_number: '0x0D' -timestamp: '2024-02-27T11:28:21Z' +timestamp: '2024-03-05T14:49:18Z' diff --git a/softdevice_controller/lib/nrf54h20_enga_cpurad/softfp-float/libsoftdevice_controller_multirole.a b/softdevice_controller/lib/nrf54h20_enga_cpurad/softfp-float/libsoftdevice_controller_multirole.a index 7dcb6a5fe9..a2c81ed918 100644 Binary files a/softdevice_controller/lib/nrf54h20_enga_cpurad/softfp-float/libsoftdevice_controller_multirole.a and b/softdevice_controller/lib/nrf54h20_enga_cpurad/softfp-float/libsoftdevice_controller_multirole.a differ diff --git a/softdevice_controller/lib/nrf54h20_enga_cpurad/softfp-float/manifest.yaml b/softdevice_controller/lib/nrf54h20_enga_cpurad/softfp-float/manifest.yaml index 23a136631b..34b95c7665 100644 --- a/softdevice_controller/lib/nrf54h20_enga_cpurad/softfp-float/manifest.yaml +++ b/softdevice_controller/lib/nrf54h20_enga_cpurad/softfp-float/manifest.yaml @@ -1,5 +1,5 @@ description: SoftDevice Controller -git_revision: e688010c1973a16f7a5770bc648f335d7d4228d4 -ll_subversion_number: '0x4188' +git_revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced +ll_subversion_number: '0x418F' ll_version_number: '0x0D' -timestamp: '2024-02-27T11:28:21Z' +timestamp: '2024-03-05T14:49:18Z' diff --git a/softdevice_controller/lib/nrf54l15_cpuapp/hard-float/libsoftdevice_controller_multirole.a b/softdevice_controller/lib/nrf54l15_cpuapp/hard-float/libsoftdevice_controller_multirole.a index d1f3aa9174..d13de08a07 100644 Binary files a/softdevice_controller/lib/nrf54l15_cpuapp/hard-float/libsoftdevice_controller_multirole.a and b/softdevice_controller/lib/nrf54l15_cpuapp/hard-float/libsoftdevice_controller_multirole.a differ diff --git a/softdevice_controller/lib/nrf54l15_cpuapp/hard-float/manifest.yaml b/softdevice_controller/lib/nrf54l15_cpuapp/hard-float/manifest.yaml index 058a06babb..3e3085e440 100644 --- a/softdevice_controller/lib/nrf54l15_cpuapp/hard-float/manifest.yaml +++ b/softdevice_controller/lib/nrf54l15_cpuapp/hard-float/manifest.yaml @@ -1,5 +1,5 @@ description: SoftDevice Controller -git_revision: e688010c1973a16f7a5770bc648f335d7d4228d4 -ll_subversion_number: '0x3188' +git_revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced +ll_subversion_number: '0x318F' ll_version_number: '0x0D' -timestamp: '2024-02-27T11:33:32Z' +timestamp: '2024-03-05T14:55:21Z' diff --git a/softdevice_controller/lib/nrf54l15_cpuapp/soft-float/libsoftdevice_controller_multirole.a b/softdevice_controller/lib/nrf54l15_cpuapp/soft-float/libsoftdevice_controller_multirole.a index 9096f5c15e..463a33c669 100644 Binary files a/softdevice_controller/lib/nrf54l15_cpuapp/soft-float/libsoftdevice_controller_multirole.a and b/softdevice_controller/lib/nrf54l15_cpuapp/soft-float/libsoftdevice_controller_multirole.a differ diff --git a/softdevice_controller/lib/nrf54l15_cpuapp/soft-float/manifest.yaml b/softdevice_controller/lib/nrf54l15_cpuapp/soft-float/manifest.yaml index 058a06babb..3e3085e440 100644 --- a/softdevice_controller/lib/nrf54l15_cpuapp/soft-float/manifest.yaml +++ b/softdevice_controller/lib/nrf54l15_cpuapp/soft-float/manifest.yaml @@ -1,5 +1,5 @@ description: SoftDevice Controller -git_revision: e688010c1973a16f7a5770bc648f335d7d4228d4 -ll_subversion_number: '0x3188' +git_revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced +ll_subversion_number: '0x318F' ll_version_number: '0x0D' -timestamp: '2024-02-27T11:33:32Z' +timestamp: '2024-03-05T14:55:21Z' diff --git a/softdevice_controller/lib/nrf54l15_cpuapp/softfp-float/libsoftdevice_controller_multirole.a b/softdevice_controller/lib/nrf54l15_cpuapp/softfp-float/libsoftdevice_controller_multirole.a index a559d241eb..3b1b7e8374 100644 Binary files a/softdevice_controller/lib/nrf54l15_cpuapp/softfp-float/libsoftdevice_controller_multirole.a and b/softdevice_controller/lib/nrf54l15_cpuapp/softfp-float/libsoftdevice_controller_multirole.a differ diff --git a/softdevice_controller/lib/nrf54l15_cpuapp/softfp-float/manifest.yaml b/softdevice_controller/lib/nrf54l15_cpuapp/softfp-float/manifest.yaml index 058a06babb..3e3085e440 100644 --- a/softdevice_controller/lib/nrf54l15_cpuapp/softfp-float/manifest.yaml +++ b/softdevice_controller/lib/nrf54l15_cpuapp/softfp-float/manifest.yaml @@ -1,5 +1,5 @@ description: SoftDevice Controller -git_revision: e688010c1973a16f7a5770bc648f335d7d4228d4 -ll_subversion_number: '0x3188' +git_revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced +ll_subversion_number: '0x318F' ll_version_number: '0x0D' -timestamp: '2024-02-27T11:33:32Z' +timestamp: '2024-03-05T14:55:21Z'