Window APIs support connecting to paired BT devices

Damon Pan 126 Reputation points
2023-04-10T11:10:12.9133333+00:00

Is there any Windows APIs supporting to connect to a paired BT devices. If not, does the Bluetooth Windows Socket programming support this function? Thanks.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,772 questions
{count} votes

Accepted answer
  1. Xiaopo Yang - MSFT 12,731 Reputation points Microsoft External Staff
    2023-04-11T05:18:52.31+00:00

    According to Bluetooth and connect,

    Bluetooth uses the connect function to connect to a target Bluetooth device, using a previously created Bluetooth socket.

    Try Bluetooth app to device sample. But you cannot let Windows connect like Windows Settings do because Windows uses internal APIs to work with Windows components.


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.