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
samples: bluetooth: fast_pair: locator_tag: add fw version read log
Added a firmware log to the Fast Pair Locator Tag sample to indicate
that the firmware version is being read. Improved the testing procedure
for Android update notifications by leveraging the new log information.
Ref: NCSDK-33211
Signed-off-by: Kamil Piszczek <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,9 @@ Bluetooth Fast Pair samples
277
277
278
278
* Added possibility to build and run the sample without the motion detector support (with the :kconfig:option:`CONFIG_BT_FAST_PAIR_FMDN_DULT_MOTION_DETECTOR` Kconfig option disabled).
279
279
280
+
* Updated the :ref:`fast_pair_locator_tag_testing_fw_update_notifications` section to improve the test procedure.
281
+
The application provides now an additional log message to indicate that the firmware version is being read.
Copy file name to clipboardExpand all lines: samples/bluetooth/fast_pair/locator_tag/README.rst
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1106,6 +1106,8 @@ Testing steps for the firmware update notification feature require the `nRF Conn
1106
1106
* `Google Play Services`_ - ``v25.12.33``
1107
1107
* `nRF Connect Device Manager`_ - ``v2.5.0``
1108
1108
1109
+
Also, ensure that Android notifications are enabled for the `nRF Connect Device Manager`_ application.
1110
+
1109
1111
.. note::
1110
1112
You can execute these testing steps in combination with the :ref:`fast_pair_locator_tag_testing_clock_sync` testing steps, as both test variants require you to wait for more than 24 hours.
1111
1113
@@ -1122,9 +1124,17 @@ To test this feature, complete the following steps:
1122
1124
#. Power on the development kit.
1123
1125
#. |connect_terminal_specific|
1124
1126
#. Power on your test Android device and unlock it after the smartphone screen is turned on.
1125
-
#. Wait for the Android device to connect to the development kit, read the local firmware version, and disconnect.
1127
+
#. Wait for the device to automatically connect to the development kit and read the local firmware version in the background.
1128
+
#. In the terminal, verify that a message confirming that the firmware version is being read appears::
1129
+
1130
+
DIS Firmware Revision characteristic is being read
1131
+
1126
1132
#. Observe that you get the Android notification about the new firmware update on your test Android device.
1127
1133
1134
+
.. note::
1135
+
Notification delivery on Android may be delayed due to system conditions or background processing.
1136
+
It is recommended to wait up to five minutes before concluding that this test step has failed.
0 commit comments