0
How to use Bluetooth in c++
4 Answers
+ 2
Dear Asker
You can do Bluetooth programming using BT sockets into the OS Bluetooth stack.
This page discusses socket usage: http://msdn.microsoft.com/en-us/library/windows/desktop/aa362928(v=vs.85).aspx
This page has links to download Bluetooth SDK from Microsoft:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa363058(v=vs.85).aspx
+ 1
Can u give more explanation about your question i means your question seem to be incomplete
0
Thanks for quick response. I want to understand how Bluetooth serial port works so that I can interact with Android application
0
Also I'm looking for cross platform Bluetooth library, like Qt Bluetooth.