Skip to content

Commit 4e4943b

Browse files
MarekPietakapi-no
authored andcommitted
samples: bluetooth: fast_pair: Drop MPSL flash sync timeout workaround
The issue is already fixed. The workaround is no longer needed. Jira: NCSDK-30717 Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Pekka Niskanen <[email protected]>
1 parent 6b7df2e commit 4e4943b

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@ Bluetooth Fast Pair samples
350350

351351
This change results from the Bluetooth subsystem transition to the PSA cryptographic API.
352352

353+
* Removed using a separate workqueue for connection TX notify processing (:kconfig:option:`CONFIG_BT_CONN_TX_NOTIFY_WQ`) from configurations.
354+
The MPSL flash synchronization issue (``NCSDK-29354`` in the :ref:`known_issues`) is fixed.
355+
The workaround is no longer needed.
356+
353357
* :ref:`fast_pair_locator_tag` sample:
354358

355359
* Added:

samples/bluetooth/fast_pair/input_device/prj.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ CONFIG_BT_ADV_PROV_GAP_APPEARANCE_SD=y
4545
# * nrf54h20dk/nrf54h20/cpuapp
4646
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-15
4747

48-
# Use a separate workqueue for connection TX notify processing. This is done to work
49-
# around the MPSL flash synchronization timeout known issue (NCSDK-29354).
50-
CONFIG_BT_CONN_TX_NOTIFY_WQ=y
51-
5248
# Disable automatic initiation of PHY updates.
5349
# Workaround to prevent disconnection with reason 42 (BT_HCI_ERR_DIFF_TRANS_COLLISION).
5450
# Some Android phones reply to the LL_PHY_REQ and at the same time initiate a connection

samples/bluetooth/fast_pair/locator_tag/configuration/prj.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ CONFIG_BT_ADV_PROV_FAST_PAIR=y
3737
CONFIG_BT_ADV_PROV_DEVICE_NAME=y
3838
CONFIG_BT_ADV_PROV_DEVICE_NAME_SD=y
3939

40-
# Use a separate workqueue for connection TX notify processing. This is done to work
41-
# around the MPSL flash synchronization timeout known issue (NCSDK-29354).
42-
CONFIG_BT_CONN_TX_NOTIFY_WQ=y
43-
4440
# Disable automatic initiation of PHY updates.
4541
# Workaround to prevent disconnection with reason 42 (BT_HCI_ERR_DIFF_TRANS_COLLISION).
4642
# Some Android phones reply to the LL_PHY_REQ and at the same time initiate a connection

samples/bluetooth/fast_pair/locator_tag/configuration/prj_release.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ CONFIG_BT_ADV_PROV_FAST_PAIR=y
4949
CONFIG_BT_ADV_PROV_DEVICE_NAME=y
5050
CONFIG_BT_ADV_PROV_DEVICE_NAME_SD=y
5151

52-
# Use a separate workqueue for connection TX notify processing. This is done to work
53-
# around the MPSL flash synchronization timeout known issue (NCSDK-29354).
54-
CONFIG_BT_CONN_TX_NOTIFY_WQ=y
55-
5652
# Disable automatic initiation of PHY updates.
5753
# Workaround to prevent disconnection with reason 42 (BT_HCI_ERR_DIFF_TRANS_COLLISION).
5854
# Some Android phones reply to the LL_PHY_REQ and at the same time initiate a connection

0 commit comments

Comments
 (0)