Programmatically connect to bluetooth headsets on Windows Mobile
问题 On a Windows Mobile 5.0 device I have an MFC C++ kiosk application that should programmatically connect to one of 3 Bluetooth headsets and open a bidirectional audio connection to it. The headsets are already known to the device, it's only the switching and connecting part that should be done programmatically. How would I do that? I'm aware of the thread How to “Connect via Bluetooth” in WM programmatically? but would like to have a way that works in C++. Any ideas? 回答1: I would start looking