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
doc: changelog: fast_pair: add items related to the FMDN API changes
Updated the release changelog to describe the changes to the FMDN API
elements that are used to track the Find My Device Network (FMDN)
provisioning state.
Described the addition of the new FMDN API:
bt_fast_pair_fmdn_is_provisioned. The API can be used to check the
device provisioning state synchronously.
Described the change in the behavior of the
bt_fast_pair_fmdn_info_cb.provisioning_state_changed callback.
The callback no longer reports the initial provisioning state after
the Fast Pair subsystem is enabled with the bt_fast_pair_enable API.
Ref: NCSDK-30856
Signed-off-by: Kamil Piszczek <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -754,6 +754,9 @@ Bluetooth libraries and services
754
754
For further details on the Android intent feature for firmware updates, see the :ref:`ug_bt_fast_pair_provisioning_register_firmware_update_intent` section in the Fast Pair integration guide.
755
755
* A workaround for the issue where the FMDN clock value might not be correctly set after the system reboot for nRF54L Series devices.
756
756
For details, see the ``NCSDK-32268`` issue in the :ref:`known_issues` page.
757
+
* A new function :c:func:`bt_fast_pair_fmdn_is_provisioned` for the FMDN extension API.
758
+
This function can be used to synchronously check the current FMDN provisioning state.
759
+
For more details, see the :ref:`ug_bt_fast_pair_gatt_service_fmdn_info_callbacks_provisioning_state` section in the Fast Pair integration guide.
757
760
758
761
* Updated:
759
762
@@ -762,6 +765,9 @@ Bluetooth libraries and services
762
765
* The method of supplying the Fast Pair Model ID and Anti-Spoofing Private Key to generate the Fast Pair provisioning data HEX file.
763
766
The ``FP_MODEL_ID`` and ``FP_ANTI_SPOOFING_KEY`` CMake variables are replaced by the corresponding ``SB_CONFIG_BT_FAST_PAIR_MODEL_ID`` and ``SB_CONFIG_BT_FAST_PAIR_ANTI_SPOOFING_PRIVATE_KEY`` Kconfig options.
764
767
* The automatically generated ``bt_fast_pair`` partition definition (in the :file:`subsys/partition_manager/pm.yml.bt_fast_pair` file) to work correctly when building with TF-M.
768
+
* The behavior of the :c:member:`bt_fast_pair_fmdn_info_cb.provisioning_state_changed` callback.
769
+
The callback no longer reports the initial provisioning state after the Fast Pair subsystem is enabled with the :c:func:`bt_fast_pair_enable` function call.
770
+
See the :ref:`migration guide <migration_3.0_recommended>` for mandatory changes and the :ref:`ug_bt_fast_pair_gatt_service_fmdn_info_callbacks_provisioning_state` section in the Fast Pair integration guide for the description on how to track the FMDN provisioning state with the new approach.
765
771
766
772
* Removed the sysbuild control over the :kconfig:option:`CONFIG_BT_FAST_PAIR` Kconfig option that is defined in the main (default) image.
767
773
Sysbuild no longer sets the value of this Kconfig option.
0 commit comments