-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
FMDN upstream part 8: Fast Pair Integration guide update with the FMDN content #15688
FMDN upstream part 8: Fast Pair Integration guide update with the FMDN content #15688
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
FMDN extension | ||
============== | ||
|
||
The FMDN extension leverages the Find My Device network, which is a crowdsourced network consisting of millions of Android devices that use Bluetooth® LE to detect missing devices and report their approximate locations back to their owners. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The FMDN extension leverages the Find My Device network, which is a crowdsourced network consisting of millions of Android devices that use Bluetooth® LE to detect missing devices and report their approximate locations back to their owners. | |
The FMDN extension leverages the Find My Device network, which is a crowdsourced network consisting of millions of Android devices that use Bluetooth LE to detect missing devices and report their approximate locations back to their owners. |
Trademark already mentioned in the docs.
* The :c:func:`bt_fast_pair_fmdn_info_cb_register` function (optional) | ||
* The :c:func:`bt_fast_pair_fmdn_ring_cb_register` function (mandatory with the Kconfig configuration for at least one ringing component) | ||
* The :c:func:`bt_fast_pair_fmdn_read_mode_cb_register` function (optional) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These functions don't link. Is the reason that the related header files has not yet been merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed on Teams. We plan to merge the FMDN documentation in the follow-up PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These links now work in the follow-up PR:
#15729
https://developer.nordicsemi.com/nRF_Connect_SDK_dev/doc/PR-15729/nrf/external_comp/bt_fast_pair.html
Extended the Fast Pair user guide to cover the Find My Device Network extension. Ref: NCSDK-20552 Signed-off-by: Kamil Piszczek <[email protected]>
1ac8007
to
1295904
Compare
Follow-up upstreaming activity for the documentation content after the following PR (DULT documentation):
#15643