Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read data from external BT dongle in core-java?

Tags:

java

bluetooth

I am trying to read the data from external bluetooth dongle connected to my machine as soon as it receives the data from any other bluetooth device in java.I do not know how to achieve this.If any one knows how to do this please help me.

like image 503
Rajapandian Avatar asked Oct 14 '22 10:10

Rajapandian


1 Answers

I got the solution for my own question.We can achieve this using "bluecove apis".The following links are very useful.

Bluecove_Link1

Bluecove

Bluecove_API_Reference

like image 151
Rajapandian Avatar answered Oct 18 '22 22:10

Rajapandian