Skip to content

Commit 0708e97

Browse files
wiba-nordicmbolivar-nordic
authored andcommitted
doc: add registered trademark to Bluetooth mentions
Add several registered trademark symbols to the documentation. This is to align with the official Bluetooth branding guidelines. Also some small text fixes to the affected files. JIRA: https://projecttools.nordicsemi.no/jira/browse/NCSDK-10721 Signed-off-by: Wille Backman <[email protected]>
1 parent 0da85f6 commit 0708e97

File tree

130 files changed

+173
-173
lines changed

Some content is hidden

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

130 files changed

+173
-173
lines changed

applications/connectivity_bridge/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Connectivity bridge
99

1010
The Connectivity bridge application demonstrates the bridge functionality for the Thingy:91 hardware.
1111

12-
Additionally, the application also provides an option of adding the bluetooth functionality by making use of the :ref:`nus_service_readme`.
12+
Additionally, the application also provides an option of adding the Bluetooth® functionality by making use of the :ref:`nus_service_readme`.
1313

1414
Overview
1515
********
@@ -32,7 +32,7 @@ See :ref:`thingy91_serialports` for information on the baud rate configuration f
3232

3333
The application adds the functionality of a USB Mass Storage device, which contains several utility files such as a :file:`README.txt` file.
3434

35-
The application also provides a Bluetooth LE UART Service, which can be enabled by the option ``CONFIG_BRIDGE_BLE_ENABLE``.
35+
The application also provides a Bluetooth® LE UART Service, which can be enabled by the option ``CONFIG_BRIDGE_BLE_ENABLE``.
3636
This service can be used for a wireless connection to one of the UART interfaces in the following way:
3737

3838
.. list-table::

applications/machine_learning/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The figure visualizes relations between Event Manager, modules, drivers, and lib
8989

9090
Since the application architecture is uniform and the code is shared, the set of modules in use depends on configuration.
9191
In other words, not all of the modules need to be enabled for a given reference design.
92-
For example, the :ref:`caf_ble_state` and :ref:`caf_ble_adv` modules are not enabled if the configuration does not use Bluetooth.
92+
For example, the :ref:`caf_ble_state` and :ref:`caf_ble_adv` modules are not enabled if the configuration does not use Bluetooth®.
9393

9494
See :ref:`nrf_machine_learning_app_internal_modules` for detailed information about every module used by the nRF Machine Learning application.
9595

@@ -348,10 +348,10 @@ After programming the application, perform the following steps to test the nRF M
348348
After the mode is switched, the LED color changes to red and the LED starts blinking very slowly.
349349
#. Program the :ref:`central_uart` sample to a compatible development kit, for example the nRF52840 Development Kit.
350350
Turn on the programmed device.
351-
After a brief delay the Bluetooth connection between the sample and the Thingy:52 is established.
351+
After a brief delay the Bluetooth® connection between the sample and the Thingy:52 is established.
352352
The Thingy:52 forwards the sensor readouts over NUS.
353353
The LED on the Thingy:52 starts to blink rapidly.
354-
#. Connect to the Bluetooth Central UART sample with a terminal emulator (for example, PuTTY).
354+
#. Connect to the Bluetooth® Central UART sample with a terminal emulator (for example, PuTTY).
355355
See :ref:`putty` for the required settings.
356356
#. Observe the sensor readouts represented as comma-separated values.
357357
Every line represents a single sensor readout.

applications/matter_weather_station/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The measurement results are stored in the device memory and can be read using th
4242
The controller communicates with the weather station device over the Matter protocol using Zigbee Cluster Library (ZCL).
4343
The library describes data measurements within the proper clusters that correspond to the measurement type.
4444

45-
The application uses MCUboot secure bootloader and SMP protocol for performing over-the-air Device Firmware Upgrade using Bluetooth LE.
45+
The application uses MCUboot secure bootloader and SMP protocol for performing over-the-air Device Firmware Upgrade using Bluetooth® LE.
4646
For information about how to upgrade the device firmware using a PC or a mobile, see the :ref:`matter_weather_station_app_dfu` section.
4747

4848
.. _matter_weather_station_network_mode:

applications/nrf_desktop/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nRF Desktop
77
:local:
88
:depth: 2
99

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.
1111
Depending on the configuration, this application can work as desktop mouse, gaming mouse, keyboard, or connection dongle.
1212

1313
.. tip::
@@ -145,11 +145,11 @@ The following threads are kept running in the application:
145145
* System workqueue thread
146146
* Logger thread (on debug :ref:`build types <nrf_desktop_requirements_build_types>`)
147147
* 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)
149149
* Application-related threads
150150
* Motion sensor thread (running only on mouse)
151151
* 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)
153153

154154
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).
155155
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.
414414
Dongle USB
415415
~~~~~~~~~~
416416

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.
418418
It receives data wirelessly from the connected peripherals and forwards the data to the host.
419419

420420
The nRF Desktop dongle is powered directly through USB.

applications/nrf_desktop/doc/ble_adv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ The nRF Desktop dongle scans for peripheral devices using the Bluetooth device n
3737

3838

3939

40-
.. |ble_adv| replace:: Bluetooth LE advertising module
40+
.. |ble_adv| replace:: Bluetooth® LE advertising module

applications/nrf_desktop/doc/ble_bond.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ The module uses Zephyr's :ref:`zephyr:settings_api` subsystem to store the follo
235235
* Currently selected peer (application local identity)
236236
* Mapping between the application local identities and the Bluetooth local identities
237237

238-
.. |ble_bond| replace:: Bluetooth LE bond module
238+
.. |ble_bond| replace:: Bluetooth® LE bond module

applications/nrf_desktop/doc/ble_conn_params.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ LLPM connections
4343

4444
The Low Latency Packet Mode (LLPM) connection parameters are not supported by the standard Bluetooth.
4545

46-
The LLPM connection parameters update requires using Vendor Sprecific HCI commands.
47-
Moreover, the peripheral cannot request the LLPM connection parameters using Zephyr Bluetooth API.
46+
The LLPM connection parameters update requires using vendor-specific HCI commands.
47+
Moreover, the peripheral cannot request the LLPM connection parameters using Zephyr Bluetooth® API.
4848

4949
Connection interval update
5050
==========================
@@ -59,4 +59,4 @@ After the :ref:`nrf_desktop_ble_discovery` completes the peripheral discovery, t
5959
* **10 ms** otherwise.
6060
This is required to avoid Bluetooth Link Layer scheduling conflicts that could lead to HID report rate drop.
6161

62-
.. |ble_conn_params| replace:: Bluetooth LE connection parameters module
62+
.. |ble_conn_params| replace:: Bluetooth® LE connection parameters module

applications/nrf_desktop/doc/ble_discovery.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ The same actions are taken if the peripheral's VID and PID value combination is
8888
The nRF Desktop central works only with predefined subset of peripherals.
8989
The mentioned peripherals must be described in the :file:`ble_discovery_def.h` file.
9090

91-
.. |ble_discovery| replace:: Bluetooth LE discovery module
91+
.. |ble_discovery| replace:: Bluetooth® LE discovery module

applications/nrf_desktop/doc/ble_latency.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ The module does not register itself using the ``GEN_CONFIG_EVENT_HANDLERS`` macr
7171

7272
For more detailed information, see the :ref:`nrf_desktop_ble_conn_params` documentation page.
7373

74-
.. |ble_latency| replace:: Bluetooth LE latency module
74+
.. |ble_latency| replace:: Bluetooth® LE latency module

applications/nrf_desktop/doc/ble_qos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Bluetooth LE Quality of Service module
77
:local:
88
:depth: 2
99

10-
Use the Bluetooth LE Quality of Service (QoS) module to achieve better connection quality and higher report rate by avoiding congested RF channels.
10+
Use the Bluetooth® LE Quality of Service (QoS) module to achieve better connection quality and higher report rate by avoiding congested RF channels.
1111
The module can be used by both nRF Desktop peripheral and nRF Desktop central with the SoftDevice Link Layer (:kconfig:`CONFIG_BT_LL_SOFTDEVICE`).
1212
However, only the Bluetooth central can update the Bluetooth LE channel map that is in use.
1313

0 commit comments

Comments
 (0)