We have a java application ( jvm 17 ) that needs to access and use bluetooth BLE ( bluetooth low energy) on windows ( Essentially 10 and 11, optionally 7)

We would like our app to work with most Bluetooth dongles, but even an API that can use some specific dongle brands would be appreciated!

So far in my research I have found tinyB library which is apparently only for linux, and Bluecove library which does not support bluetooth low energy.

We are open to all solutions !