Reputation: 413
I want to write application on android and windows which will use bluetooth. In short my app (on android) will exchange data with another app (on windows) trough bluetooth. I see that there is good bluetooth support on android so I think that there will be no problems on android side. My problem is windows side. I have laptop (asus f3sg) with bluetooth adapter and Windows 7. Is in java SE any library which I can use to develop on Windows 7 apps using bluetooth? Thanks for any help.
Upvotes: 3
Views: 774
Reputation: 1439
Look into BlueCove. I have used BlueCove successfully with earlier version of Windows. They have release a snapshot (2.1.1-SNAPSHOT.63) that appears to work for Windows 7.
Upvotes: 2