Stack independent c/c++ bluetooth api? Stack independent c/c++ bluetooth api? windows windows

Stack independent c/c++ bluetooth api?


I guess one option would be to use C++/CLI to interface with my managed Bluetooth library 32feet.NET which supports most of the stacks on Windows. http://32feet.codeplex.com/


I've been successfully using this library it is called WCL but it is not free. With this you can connect through SPP without requiring to create a virtual COM port.

While their documentation is not very good, they provide some good demo code that you may want to try.

It supports the Microsoft, Toshiba, Widcomm and Bluesoleil stacks and there is a native C++ implementation (as well as a .NET one).