How to increase the BLE advertise fequency to let other devices find quickly?

coder 26 Reputation points
2022-05-06T07:11:03.393+00:00

PreferredTransmitPowerLevelInDBm is for increasing the BLE advertise fequency?, if yes, how to use this, please give some sample codes.

199445-122222.png

Developer technologies | Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,866 Reputation points
    2022-05-09T02:30:10.307+00:00

    Hello,
    Welcome to Microsoft Q&A!

    PreferredTransmitPowerLevelInDBm is for increasing the BLE advertise fequency?,

    This api use the indicated transmit power level for the advertisement. It could not use to update fequency.

    if yes, how to use this, please give some sample codes.

    the default value is Null. and this api has no effect on radios that do not support the Extended Advertising format. it is a property of publisher, you could set value directly.

    For getting avaiable range, please refer Bluetooth® technology supports transmit powers from -20 dBm (0.01 mW) to +20 dBm (100 mW).

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.