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
Copy file name to clipboardExpand all lines: applications/nrf_desktop/README.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ nRF Desktop
7
7
:local:
8
8
:depth: 2
9
9
10
-
The nRF Desktop is a reference design of a Human Interface Device (HID) that is connected to a host through Bluetooth LE or USB, or both.
10
+
The nRF Desktop is a reference design of a Human Interface Device (HID) that is connected to a host through Bluetooth® Low Energy or USB, or both.
11
11
Depending on the configuration, this application can work as desktop mouse, gaming mouse, keyboard, or connection dongle.
12
12
13
13
.. tip::
@@ -145,11 +145,11 @@ The following threads are kept running in the application:
145
145
* System workqueue thread
146
146
* Logger thread (on debug :ref:`build types <nrf_desktop_requirements_build_types>`)
147
147
* Shell thread (on :ref:`build types <nrf_desktop_requirements_build_types>` with shell enabled)
148
-
* Threads related to Bluetooth LE (the exact number depends on the selected Link Layer)
148
+
* Threads related to Bluetooth® LE (the exact number depends on the selected Link Layer)
149
149
* Application-related threads
150
150
* Motion sensor thread (running only on mouse)
151
151
* Settings loading thread (enabled by default only on keyboard)
152
-
* QoS data sampling thread (running only if Bluetooth LE QoS feature is enabled)
152
+
* QoS data sampling thread (running only if Bluetooth® LE QoS feature is enabled)
153
153
154
154
Most of the application activity takes place in the context of the system work queue thread, either through scheduled work objects or through the event manager callbacks (executed from the system workqueue thread).
155
155
Because of this, the application does not need to handle resource protection.
@@ -414,7 +414,7 @@ When it is connected through USB, charging of the rechargeable batteries starts.
414
414
Dongle USB
415
415
~~~~~~~~~~
416
416
417
-
The nRF Desktop dongle works as a bridge between the devices connected through standard Bluetooth LE or Low Latency Packet Mode and the host connected through USB.
417
+
The nRF Desktop dongle works as a bridge between the devices connected through standard Bluetooth® Low Energy or Low Latency Packet Mode and the host connected through USB.
418
418
It receives data wirelessly from the connected peripherals and forwards the data to the host.
419
419
420
420
The nRF Desktop dongle is powered directly through USB.
0 commit comments