How to check PC compatibility with Bluetooth?

I was tasked with developing a desktop application in Swing (Java). Before installing (or during) I need to check if the PC has blue tooth capabilities, as well as others.

Is there a configuration file where this can be done or do I need to do this in code?

+6
source share
1 answer

Use a java bluetooth library like bluecove to check if an existing computer has bluetooth or not.

+4
source

Source: https://habr.com/ru/post/927166/


All Articles