How to use Bluetooth in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use Bluetooth in c++

26th May 2021, 3:34 AM
Shivam Sah
Shivam Sah - avatar
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
26th May 2021, 3:38 AM
NEZ
NEZ - avatar
+ 1
Can u give more explanation about your question i means your question seem to be incomplete
26th May 2021, 3:39 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
Thanks for quick response. I want to understand how Bluetooth serial port works so that I can interact with Android application
26th May 2021, 4:00 AM
Shivam Sah
Shivam Sah - avatar
0
Also I'm looking for cross platform Bluetooth library, like Qt Bluetooth.
26th May 2021, 4:03 AM
Shivam Sah
Shivam Sah - avatar