-
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
bluetooth: fast_pair: fmdn: add restriction for fmdn tx power #20519
Conversation
After documentation is built, you will find the preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-20519/nrf/external_comp/bt_fast_pair.html |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 34565293d6fa36d8139399df3dc9a6c5a56c48f9 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: aedb4c0245 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
@@ -580,6 +580,7 @@ For example, the "It's here" status message is displayed in the "Hot & Cold" exp | |||
|
|||
You can set the TX power for the FMDN advertising and connections using the :kconfig:option:`CONFIG_BT_FAST_PAIR_FMDN_TX_POWER` Kconfig option. | |||
The configured value is directly used to set the TX power in the Bluetooth LE controller using an HCI command. | |||
This Kconfig option should be set to 0 at minimum as the Fast Pair specification requires that the conducted Bluetooth transmit power for FMDN advertisements must not be lower than 0 dBm. |
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.
This Kconfig option should be set to 0 at minimum as the Fast Pair specification requires that the conducted Bluetooth transmit power for FMDN advertisements must not be lower than 0 dBm. | |
This Kconfig option must be set to 0 at minimum as the Fast Pair specification requires that the conducted Bluetooth transmit power for FMDN advertisements must not be lower than 0 dBm. |
* :ref:`bt_fast_pair_readme` library: | ||
|
||
* Added a restriction on the :kconfig:option:`CONFIG_BT_FAST_PAIR_FMDN_TX_POWER` Kconfig option in the Find My Device Network (FMDN) extension configuration. | ||
This Kconfig option should now be set to 0 at minimum as the Fast Pair specification now requires that the conducted Bluetooth transmit power for FMDN advertisements must not be lower than 0 dBm. |
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.
This Kconfig option should now be set to 0 at minimum as the Fast Pair specification now requires that the conducted Bluetooth transmit power for FMDN advertisements must not be lower than 0 dBm. | |
This Kconfig option must now be set to 0 at minimum as the Fast Pair specification now requires that the conducted Bluetooth transmit power for FMDN advertisements must not be lower than 0 dBm. |
@@ -26,6 +26,10 @@ config BT_FAST_PAIR_FMDN_TX_POWER | |||
procedure of this library. The actual TX power value will be as close to | |||
the desired configuration as possible. | |||
|
|||
This Kconfig should be set to zero at minimum. The Fast Pair specification |
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.
This Kconfig should be set to zero at minimum. The Fast Pair specification | |
This Kconfig must be set to zero at minimum. The Fast Pair specification |
@@ -26,6 +26,10 @@ config BT_FAST_PAIR_FMDN_TX_POWER | |||
procedure of this library. The actual TX power value will be as close to | |||
the desired configuration as possible. | |||
|
|||
This Kconfig should be set to zero at minimum. The Fast Pair specification | |||
requires that the conducted Bluetooth transmit power for FMDN advertisements | |||
should be set to at least 0 dBm. |
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.
should be set to at least 0 dBm. | |
must be set to at least 0 dBm. |
aaa58fe
to
96a3b4b
Compare
@MarekPieta , addressed your comments |
96a3b4b
to
f395682
Compare
Simple rebase to resolve the conflicts |
f395682
to
547fabd
Compare
Added a restriction on the CONFIG_BT_FAST_PAIR_FMDN_TX_POWER Kconfig option in the Find My Device Network (FMDN) extension configuration. This Kconfig option should now be set to 0 at minimum as the Fast Pair specification now requires that the conducted Bluetooth transmit power for FMDN advertisements must not be lower than 0 dBm. Ref: NCSDK-30857 Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
547fabd
to
3456529
Compare
|
Added a restriction on the CONFIG_BT_FAST_PAIR_FMDN_TX_POWER Kconfig option in the Find My Device Network (FMDN) extension configuration. This Kconfig option should now be set to 0 at minimum as the Fast Pair specification now requires that the conducted Bluetooth transmit power for FMDN advertisements must not be lower than 0 dBm.
Ref: NCSDK-30857