File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
doc/nrf/releases_and_maturity/releases
samples/bluetooth/fast_pair
locator_tag/configuration Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -45,10 +45,6 @@ CONFIG_BT_ADV_PROV_GAP_APPEARANCE_SD=y
4545# * nrf54h20dk/nrf54h20/cpuapp
4646CONFIG_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
Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ CONFIG_BT_ADV_PROV_FAST_PAIR=y
3737CONFIG_BT_ADV_PROV_DEVICE_NAME=y
3838CONFIG_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
Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ CONFIG_BT_ADV_PROV_FAST_PAIR=y
4949CONFIG_BT_ADV_PROV_DEVICE_NAME=y
5050CONFIG_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
You can’t perform that action at this time.
0 commit comments