Unpairing a Bluetooth LE is not working

F FARAH 20 Reputation points
2025-01-24T17:50:43.28+00:00

I use VS C++ 2015-2022 Redistributable (x64) 14.40.33810 with Windows SDK version 10.0.226100.3233,

I am able to pair with a BLE device using the UWP API, but I have had absolutely no luck in unpairing the device. I am in need of an urgent help.

Thank you for helping and providing the support.

Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Junjie Zhu - MSFT 20,111 Reputation points Microsoft Vendor
    2025-01-28T02:24:14.1066667+00:00

    Hello @F FARAH ,

    There is no public UWP API that can directly disconnect a Bluetooth device, the explicit Disconnect is not supported in Windows. This is by design to make sure that other apps are not impacted that may be communicating with the device.

    Thank you.


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.