Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check if PC is bluetooth capable?

I was given a task to develop a desktop application in Swing (Java). Before the installation (or during) I need to check whether the PC has blue-tooth capabilities, amognst others.

Is there a config file, where this can be done or do I have to do it in code?

like image 578
Dragan Avatar asked Oct 08 '12 07:10

Dragan


1 Answers

Use java bluetooth library like bluecove to check that existing pc is having bluetooth or not.

like image 85
Subhrajyoti Majumder Avatar answered Sep 28 '22 04:09

Subhrajyoti Majumder