Skip to content

Commit aa7a3be

Browse files
committed
doc: fast_pair: fmdn: add a note about the extension rename
Created a linkable note that notifies the user about the Fast Pair extension rename. The Fast Pair Find My Device Network (FMDN) extension has been renamed to the Find Hub Network (FHN) extension, and the Find My Device app is now called the Find Hub app. Ref: NCSDK-33576 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 2a78e58 commit aa7a3be

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

doc/nrf/external_comp/bt_fast_pair.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ The FMDN extension leverages the Find My Device network, which is a crowdsourced
7474
The entire process is end-to-end encrypted and anonymous, so no one else (including Google) can view device's location or information.
7575
The Find My Device network also includes features protecting the user against unwanted tracking.
7676

77+
.. include:: /includes/fast_pair_fmdn_rename.txt
78+
7779
You can add your accessory to the Find My Device network through provisioning that happens during the Bluetooth LE connection.
7880
Once provisioned, the accessory starts to advertise FMDN frames that contain its unique identifier.
7981
This advertising payload is used by nearby Android devices to report the accessory location to its owner.

doc/nrf/external_comp/dult.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ The DULT standard implementation in the |NCS| integrates the location-tracking a
5555
For an integration example, see the Find My Device Network (FMDN) extension of the :ref:`bt_fast_pair_readme`.
5656
Also see the :ref:`fast_pair_locator_tag` sample that integrates the Fast Pair with the FMDN extension, which integrates the :ref:`dult_readme` module.
5757

58+
.. include:: /includes/fast_pair_fmdn_rename.txt
59+
5860
.. rst-class:: numbered-step
5961

6062
.. _ug_dult_registering:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. note::
2+
The `Fast Pair Find My Device Network extension`_ has been renamed to the Find Hub Network (FHN) extension, and the `Find My Device app`_ is now called the Find Hub app.
3+
However, this documentation page still uses the previous terminology.
4+
The naming will be updated in the future releases.

doc/nrf/libraries/bluetooth/services/fast_pair.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The Fast Pair service also contains additional GATT characteristics under the fo
2727
* The Beacon Actions GATT characteristic when the Find My Device Network (FMDN) extension is enabled (:kconfig:option:`CONFIG_BT_FAST_PAIR_FMDN`).
2828
The characteristic is described in the `Fast Pair Find My Device Network extension`_ documentation.
2929

30+
.. include:: /includes/fast_pair_fmdn_rename.txt
31+
3032
Configuration
3133
*************
3234

samples/bluetooth/fast_pair/locator_tag/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Google Fast Pair Service (GFPS) is a standard for pairing Bluetooth® and Blueto
1414
Google Fast Pair standard also supports the Find My Device Network (FMDN) extension that is the main focus of this sample demonstration.
1515
For detailed information, see the official `Fast Pair Find My Device Network extension`_ documentation.
1616

17+
.. include:: /includes/fast_pair_fmdn_rename.txt
18+
1719
This sample follows the `Fast Pair Device Feature Requirements for Locator Tags`_ documentation and uses the Fast Pair configuration for the locator tag use case.
1820
The software maturity level for the locator tag use case is outlined in the :ref:`Google Fast Pair use case support <software_maturity_fast_pair_use_case>` table.
1921

0 commit comments

Comments
 (0)