I want to create a console alternative to buit-in into Windows "Bluetooth and Other devices" dialog for controlling Bluetooth devices. Using Windows.Devices.Enumeration API I can pair and unpair devices. However, audio Bluetooth devices also have a connection feature (see the screenshot bellow). I would like to know how to do the same thing as this UI dialog does, when I press a "connect" button, in my application.

Update
Currently there is no API that could be used to solve my problem. There is a very good discussion on Github about this topic, it also contains description of available solutions and why they don't work.