Open Source Java Bluetooth API (JSR-82) implementation for various Bluetooth stacks on Windows, Linux, Mac OSX and Windows Mobile devices

learn more… | top users | synonyms

6
votes
1answer
2k views

Bluetooth client/server communication between computer and mobile phone

I need just a basic example or tutorial of making a mobile phone and a computer communicate via Bluetooth. A good link/website to start from is also appreciated. Server part (computer part) can be ...
4
votes
1answer
2k views

How do I use BlueCove to use Bluetooth on a MacBook with Java?

I would like to implement an Java application that uses Bluetooth on my MacBook Air laptop. I try to use the Java bluetooth library BlueCove. I tried to implement the first example DeviceDiscovery ...
1
vote
1answer
2k views

Android Bluetooth: Service Discovery Failed, connection to Desktop/Laptop

I have an Android app that I had working a few months ago which I could use to connect my Droid X2 to an ASUS Transformer tablet over Bluetooth. That connection worked fine. I just finished coding ...
11
votes
2answers
5k views

Send text through Bluetooth from Java Server to Android Client

First of all... don't redirect me to Bluetooth Chat and I have fully read it. I have an Android Client which stablishes the connection properly with the server, and what's most I can send text to the ...
3
votes
2answers
8k views

Forcing 64 bit jvm to 32 bit jvm?

Would anyone please give me ideas about forcing 64 bit jvm to run as 32-bit jvm? I need to write a jse desktop application for bluetooth connection. For that i need to implement Bluecove jar . It has ...
2
votes
0answers
442 views

My Java bluetooth server on raspberry pi running debian wheezy needs bluecove native library - where can I find it?

I have a Java bluetooth server running on a Windows box which I want to port to the Raspberry pi. I have lots of experience with Java but little with Bluetooth or Linux. The pi currently has Debian ...
4
votes
1answer
48 views

Bluecove Close connection issue

I use Bluecove 2.1.1 and trying to restart bluetooth service, but after closing connection and reopening I can't connect to service, I got "Connection refused" exception. I found this issue on ...
2
votes
2answers
573 views

Access Android's OBEX server and read data

I was wondering if it's possible to read data (contacts, missed calls, etc.) from Android's OBEX server from windows with Bluecove. I tried the following code from windows, but it returns ...
0
votes
1answer
33 views

Bluecove : restart bluetooth stack programmically

I'm trying to close bluetooth service, but Bluecove has bug on Connection close method (https://code.google.com/p/bluecove/issues/detail?id=90) and I am trying to do some workaround to restart ...
0
votes
1answer
1k views

How can BlueCove be used in Android?

I'm trying to implement BlueCove in Android; i've read here: http://code.google.com/p/bluecove/source/browse/trunk/bluecove-android2/src/site/apt/index.apt?r=3062 "usage: include bluecove.jar and ...
0
votes
2answers
2k views

Example connecting Android and Bluecove on a Mac

I have an Android device (HTC Incredible) and I would like to setup bluetooth communication between the android phone and a MacBook Pro. I have got bluecove to start on the Mac and I have done coding ...