Skip to content

Commit 4308f64

Browse files
committed
doc: review
Apply suggestions from code review TBS Signed-off-by: Pekka Niskanen <[email protected]>
1 parent cfc5daa commit 4308f64

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

doc/nrf-bm/app_dev/dfu/dfu_name.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ The Device Firmware Update (DFU) over Bluetooth® Low Energy in the single bank
77
The firmware loader is separate application to which the remote Bluetooth LE DFU client connects to perform the firmware update.
88
To identify the firmware loader application over Bluetooth LE, it uses a specific advertising name provided by the remote client to the application.
99

10-
You can configure the name at application runtime using the MCUmgr settings commands group.
10+
You can configure the name at application runtime using the MCUmgr settings command group.
1111

1212
Write the name using the MCUmgr write setting request for ``fw_loader/adv_name`` key and export the key value to retention memory using the MCUmgr save settings request.
13-
Once the device is rebooted into the firmware loader application, the name can be read back from the retention memory and use as the advertising name of the firmware loader.
13+
Once the device is rebooted into the firmware loader application, the name can be read back from the retention memory and used as the advertising name of the firmware loader.
1414

1515
Enabling the feature
1616
********************
1717

18-
1.
1918
To enable this feature for a sysbuild project, use the :kconfig:option:`SB_CONFIG_BM_APP_CAN_SETUP_FIRMWARE_LOADER_NAME` Kconfig option.
2019
Otherwise, enable the following Kconfig options in both the application and the firmware loader configuration:
2120

@@ -25,12 +24,8 @@ Otherwise, enable the following Kconfig options in both the application and the
2524
* :kconfig:option:`CONFIG_SETTINGS_RETENTION`- Enables retention backend implementation of settings subsystem.
2625
* :kconfig:option:`CONFIG_NCS_BM_SETTINGS_BLUETOOTH_NAME`- Enables setting handlers required for Bluetooth name sharing support.
2726

28-
#.
29-
Additionally, the application must enabled the MCumgr settings group by enabling the following Kconfig option:
27+
Additionally, the application must enable the MCUmgr settings group using the following Kconfig options:
3028
* :kconfig:option:`CONFIG_MCUMGR_GRP_SETTINGS`- Enables the MCUmgr settings group.
3129
* :kconfig:option:`CONFIG_SETTINGS_RUNTIME`- Allows runtime modification of settings.
3230

33-
Usage example
34-
*************
35-
3631
This feature is used in the :ref:`ble_mcuboot_recovery_entry_sample`.

0 commit comments

Comments
 (0)