Skip to content

Commit

Permalink
samples: peripheral_fast_pair: Disable CCC Lazy Loading to allow for …
Browse files Browse the repository at this point in the history
…rebond

Disabled CONFIG_BT_SETTINGS_CCC_LAZY_LOADING Kconfig option to
workaround rebond issue related to NCSDK-22921 Zephyr bug.

Jira: NCSDK-22923

Signed-off-by: Aleksander Strzebonski <aleksander.strzebonski@nordicsemi.no>
  • Loading branch information
alstrzebonski committed Aug 18, 2023
1 parent 1547339 commit 2b3c897
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/nrf/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
.. _`Zephyr pull request #29618`: https://github.com/zephyrproject-rtos/zephyr/pull/29618
.. _`Zephyr issue #27356`: https://github.com/zephyrproject-rtos/zephyr/issues/27356
.. _`Zephyr issue #38516`: https://github.com/zephyrproject-rtos/zephyr/issues/38516
.. _`Zephyr issue #61033`: https://github.com/zephyrproject-rtos/zephyr/issues/61033
.. _`Zephyr SDK`: https://github.com/zephyrproject-rtos/sdk-ng/releases

.. _`sdk-mcuboot`: https://github.com/nrfconnect/sdk-mcuboot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ Bluetooth samples

* Fixed an interoperability issue with iOS devices by setting the report IDs of HID input and output reports to zero.

* :ref:`peripheral_fast_pair` sample:

* Disabled the :kconfig:option:`CONFIG_BT_SETTINGS_CCC_LAZY_LOADING` Kconfig option as a workaround fix for the `Zephyr issue #61033`_.

Bluetooth mesh samples
----------------------

Expand Down
4 changes: 4 additions & 0 deletions samples/bluetooth/peripheral_fast_pair/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-14
# update which triggers an invalid procedure collision.
CONFIG_BT_AUTO_PHY_UPDATE=n

# Disable CCC Lazy Loading as a workaround fix for the rebond issue that is present because of the
# following Zephyr issue: https://github.com/zephyrproject-rtos/zephyr/issues/61033.
CONFIG_BT_SETTINGS_CCC_LAZY_LOADING=n

CONFIG_BT_ID_MAX=1
CONFIG_BT_MAX_CONN=1
CONFIG_BT_MAX_PAIRED=8
Expand Down

0 comments on commit 2b3c897

Please sign in to comment.