Bluetooth

Hello, I was wondering if there was any somewhat simple way to make a Bluetooth connection through C++ on a Windows 10 computer. I just need to be able to send, not receive.
Any help would be really appreciated, thank you!
Did a 'net search, parameters "c++ program bluetooth" Lots of links to look at:

https://duckduckgo.com/?q=c%2B%2B+program+bluetooth&t=ffsb&ia=web

If it can be programmed in C, C++ is "plug and play."

The first link I see looks promising:

An Introduction to Bluetooth Programming - https://people.csail.mit.edu/albert/bluez-intro/
Would you like to elaborate? Bluetooth on Windows is basically sockets with the added step of pairing.
Topic archived. No new replies allowed.