-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fast Pair: FMDN provisioning state APIs: documentation update #21118
Fast Pair: FMDN provisioning state APIs: documentation update #21118
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c56a744aeb130b9716e6e0aff8d8cd84c3cb5343 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-21118/nrf/external_comp/bt_fast_pair.html |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
Updated the Fast Pair integration guide to document changes in the FMDN APIs that are used to track the provisioning state. The callback API - bt_fast_pair_fmdn_info_cb.provisioning_state_changed - has been changed and no longer reports the initial provisioning state after the Fast Pair subsystem is enabled with the bt_fast_pair_enable API. Added the new FMDN API - bt_fast_pair_fmdn_is_provisioned. The API can be used to check the device provisioning state synchronously. Ref: NCSDK-30856 Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
Added new content to the NCS v3.0 migration guide. The new documentation describes how to align your Fast Pair application with support for the Find My Device Network (FMDN) extension with the recent changes to the FMDN API elements that are used to track the FMDN provisioning state. Ref: NCSDK-30856 Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
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 <Kamil.Piszczek@nordicsemi.no>
Updated the release changelog to remove the duplicated sections for the Fast Pair library changelog. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
bb0a253
to
c56a744
Compare
The documentation update follows the code changes done in the following PR:
#20970