Questions tagged [bluecove]

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

143 questions
1
vote
1 answer

Android app connecting to java application server through bluetooth only after pairing

Good day every one! So I have this android app which acts as a client and tries to connect to a java application on my PC that has a Bluetooth server component in it. The issue I'm facing is that the connection only establishes when I don't have my…
svahidhoss
  • 333
  • 2
  • 11
1
vote
1 answer

BlueCove on Windows 8

Has anyone tried to run BlueCove on Windows 8? I have a Win8 laptop. I tried downgrading it to Win7, but they don't support Win7 drivers. Does the newest Snapshot allow BlueCove to be run on Win 8?
JavaMaMocha
  • 70
  • 1
  • 11
1
vote
0 answers

Paired listener bluecove - server side

I actually work on a raspberry Pi with a bluetooth dongle and I need to create a bluetooth server on that devices. I want to be notify when an other devices is pairing with the pi. So I use the bluecove library. I think this kind of thing isn't…
Alexandre Nicolas
  • 1,851
  • 17
  • 19
1
vote
0 answers

Java bluecove: connection to a remote service, timeout error [10060]

I am using Java Bluecove to establish a connection between my pc and a remote bluetooth device. I use a a DiscoveryListener object to discover the URL of a certain service on the device; then I use that string URL as argument of Connector.open(URL)…
raff5184
  • 344
  • 1
  • 2
  • 15
1
vote
1 answer

ReadObject returns OptionalDataException

We are trying to send an object from an android Bluetooth client to a desktop Bluetooth server. We are trying to do this through the ObjectInputStream and ObjectOutput Stream. We are also very new to Bluetooth development, and have tried looking…
ensantos91
  • 213
  • 6
  • 12
1
vote
0 answers

BluetoothConnectionException / failing to connect to a bluetooth device

I can't get my java application to connect to a specific bluetooth device. The device is a self build thing and works fine. Until now, my application used a serial port connection to the device, which worked perfectly. The bad thing about that was…
ketza
  • 127
  • 1
  • 12
1
vote
1 answer

Bluetooth to PC: Device, port & UUID

I'm working on an app on Android that is supposed to connect to a custom device via Bluetooth, but in order to emulate that device (which I don't have yet), I made a simulator on PC, using Java's Bluecove. However, I'm having a hard time figuring…
Gyome
  • 1,333
  • 2
  • 15
  • 23
1
vote
1 answer

Java and Bluetooth - totally dead?

I've planned to do a program where text messages are sent from an Android phone to a computer. I thought it would be simple to use Bluetooth but no. I can't find any material from these days. All of them are from years back and doesn't seem to…
MikkoP
  • 4,864
  • 16
  • 58
  • 106
1
vote
1 answer

A socket operation wasattempted to an unreachable network, using bluetooth

I've followed a blog article about making an application which finds Bluetooth devices and by selecting a file we can upload it to phone. web article link:…
scn scn
  • 43
  • 2
  • 4
1
vote
0 answers

Exception in org.java.bluetooth.sprime.SimpleSPPClient

I've been trying to operate the Sprime Bluetooth server and client application found on http://sprime.googlecode.com/svn/trunk/sprime-bt/src/org/java/bluetooth/sprime/ but the problem is that when I operate the client application, and try to connect…
1
vote
1 answer

BlueCove for Windows 7

Does anybody know if Bluecove for Java works with Wiondows 7 32 bit? I have tried to connect a wiimote to my computer via bluetooth and it is unable to connect after I paired the device. I know that there has been issues with the x64 computers but…
user1506919
  • 2,377
  • 5
  • 20
  • 15
1
vote
0 answers

bluecove - Send message to formerly unpaired device

I have to send message from my (Ubuntu-12.04, 64-bit) laptop to a Bluetooth phone whose friendly name is provided as an argument. This phone may or may not have connected/paired with the laptop earlier. I am using the Java code as shown here to send…
cogitoergosum
  • 2,309
  • 4
  • 38
  • 62
1
vote
1 answer

Android + Bluetooth (Bluecove) - need to close the OutputStream to actually write data

I've got Android device acting as a client, the PC is a Bluetooth Server, using Bluecove library Code snippet from the client: btSocket =…
soliloquyy
  • 355
  • 3
  • 14
1
vote
1 answer

Establishing a simulated bluetooth connection

I'd like to establish a simulated Bluetooth connection between two Java programs running on the same machine. I am writing to program that uses BlueCove's BT library to connect to a hardware device; I pass the bluetooth address (ex.…
mewsicalcat
  • 63
  • 1
  • 7
1
vote
1 answer

where should i place bluecove-2.1.0 folder

I am trying to write a project that communicates with a Bluetooth device and receives information from it. I googled it and from what I understood I had to get a package named 'bluecove' which will contain all I need. I downloaded the jar file, and…
user1486061
  • 35
  • 2
  • 8