Skip to content

Commit 7067226

Browse files
dchat-nordickapi-no
authored andcommitted
samples: bluetooth: locator_tag: Move speaker handling to LED thread
Move speaker handling to a LED thread, now called indication thread. The signaling of the indications is accomplished by using k_event API. The events are used to signal the button and ringing indications. On platforms with a speaker during ringing and button presses the speaker makes a sound synchronously with a LED indication. Fixed dropping the ringing status indication during the motion detection event. Jira: NCSDK-38277 Signed-off-by: Dominik Chat <dominik.chat@nordicsemi.no>
1 parent c8d41b6 commit 7067226

2 files changed

Lines changed: 295 additions & 166 deletions

File tree

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,14 @@ Bluetooth Fast Pair samples
340340

341341
Support for this target was already dropped during the IronSide SE migration in the |NCS| v3.1.0 release.
342342

343+
* :ref:`fast_pair_locator_tag` sample:
344+
345+
* Updated the UI thread handling for reference board targets with a speaker by moving the speaker control into the common indication thread.
346+
The signaling is now done using the :ref:`zephyr:events` API.
347+
348+
* Fixed the ringing status indications with the green LED flashes for reference board targets.
349+
A ringing status indication was often skipped during the motion detection event.
350+
343351
Cellular samples
344352
----------------
345353

0 commit comments

Comments
 (0)