You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``bool`` - Enable migration of bridged device data stored in old scheme from pre |NCS| 2.7.0 releases.
437
+
``bool`` - Enable migration of bridged device data stored in old scheme from pre |NCS| 2.7.0 releases.
438
438
439
439
.. _CONFIG_BRIDGE_MIGRATE_VERSION_1:
440
440
441
441
CONFIG_BRIDGE_MIGRATE_VERSION_1
442
-
``bool`` - Enable migration of bridged device data stored in version 1 of new scheme.If you selected the simulated device implementation using the :ref:`CONFIG_BRIDGED_DEVICE_SIMULATED <CONFIG_BRIDGED_DEVICE_SIMULATED>` Kconfig option, also check and configure the following option:
442
+
``bool`` - Enable migration of bridged device data stored in version 1 of new scheme.
443
+
444
+
If you selected the simulated device implementation using the :ref:`CONFIG_BRIDGED_DEVICE_SIMULATED <CONFIG_BRIDGED_DEVICE_SIMULATED>` Kconfig option, also check and configure the following option:
Copy file name to clipboardExpand all lines: applications/nrf_desktop/description.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -696,7 +696,7 @@ The assignments of hardware interface elements depend on the device type.
696
696
697
697
1. Short-press to toggle between available peers.
698
698
**LED1** blinks rapidly for each peer.
699
-
The amount of blinks corresponds to the number assigned to a peer: one blink for peer 1, two blinks for peer 2, and so on.
699
+
The amount of blinks corresponds to the number assigned to a peer (for example, one blink for peer 1, two blinks for peer 2), increasing incrementally with each peer.
700
700
#. Double-press to confirm the peer selection.
701
701
The peer is changed after the confirmation.
702
702
**LED1** becomes solid for a short time and then turns itself off.
Copy file name to clipboardExpand all lines: applications/nrf_desktop/doc/config_channel.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,7 +364,7 @@ For reading the module descriptor, the following conditions must be met:
364
364
* The module name should be provided as the first string in the module descriptor.
365
365
* The following strings should indicate the module option names.
366
366
The first option on the descriptor must be identified with Option ID equal to ``1``.
367
-
The following options will be identified by monotonically increasing Option ID values (second option by ``2``, third by ``3``, and so on).
367
+
The following options will be identified by monotonically increasing Option ID values, starting from ``2`` for the second option, ``3`` for the third, and continuing incrementally.
368
368
* Once the descriptor is read, the module options can be accessed.
369
369
When performing a set or fetch request on the option, the Event ID contains the Option ID and the Module ID of the module that owns the option.
370
370
@@ -406,8 +406,8 @@ Depending on the connection method:
406
406
To prevent HID input report rate drop while forwarding config channel report set operation, nRF Desktop Dongle can forward the data using GATT write without response.
407
407
In that case, the peripheral does not have to provide the GATT write response instead of sending the HID input report.
408
408
409
-
The "GATT write without response" operation cannot be performed on the HID feature report.
410
-
To allow the "GATT write without response", the Peripheral must provide an additional HID output report.
409
+
The *GATT write without response* operation cannot be performed on the HID feature report.
410
+
To allow the GATT write without response, the Peripheral must provide an additional HID output report.
411
411
Use the :ref:`CONFIG_DESKTOP_CONFIG_CHANNEL_OUT_REPORT <config_desktop_app_options>` Kconfig option in the nRF Desktop peripheral configuration to add the mentioned HID output report.
412
412
Disabling this option reduces the memory consumption.
Copy file name to clipboardExpand all lines: doc/nrf/app_dev.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Application development
7
7
The user guides in this section cover topics related to the general processes governing the application development in the |NCS|, from :ref:`creating an application <create_application>` to its customization for a specific device.
8
8
Read these guides together with Zephyr's :ref:`zephyr:application` documentation.
9
9
10
-
For detailed integration instructions of specific technologies and components, check the pages in other top sections of the documentation (Protocols, Applications, Samples, and so on).
10
+
For detailed integration instructions of specific technologies and components, check the pages in other top sections of the documentation (like Protocols, Applications, or Samples).
0 commit comments