Page 1 of 1

Bluetooth

Posted: Mon Jun 02, 2025 9:04 pm
by IdeasVacuum
Has anyone built a library to use Windows Bluetooth? I want to send data to my Windows program from my Android App.

Re: Bluetooth

Posted: Mon Jun 02, 2025 11:20 pm
by idle
doesn't hidapi do bluetooth?
https://github.com/libusb/hidapi

Re: Bluetooth

Posted: Wed Jun 11, 2025 12:05 am
by gregreen
I too am looking for a way To communicate with an Android computer from a Windows PC via bluetooth. At the moment I'm feeling a bit lost. On the Android I can find and try to connect but it doesn't connect. I used MQTT over WiFi in the past but now need bluetooth. Any help out there other than a reference to a library I don't understand how to use? Thanks very much!