RequestPreferredConnectionParameters on Windows 10 and Hololens

Tony Pitman 76 Reputation points
2022-02-10T15:55:18.11+00:00

I need to be able to set the connection parameters to higher performance for a Bluetooth application. I found RequestPreferredConnectionParameters, but the docs say it was introduced in Windows 11.

I verified this by trying to build my app for Windows 10 UWP and it said it could not find that object.

Is there an equivalent to RequestPreferredConnectionParameters for Windows 10 UWP / Hololens?

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,851 Reputation points
    2022-02-11T07:15:47.69+00:00

    Hello,
    Welcome to Microsoft Q&A!

    Is there an equivalent to RequestPreferredConnectionParameters for Windows 10 UWP / Hololens?

    RequestPreferredConnectionParameters is new api that introduced in 10.0.22000.0. and there is not such similar api in windows 10 previous version. we can only find related is BluetoothSignalStrengthFilter used to filter unavailable ble device. It's hard to implement RequestPreferredConnectionParameters such feature in Windows 10 environment. So we suggest your update to window 11 and use new api to approach.

    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 comments No comments