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
6
votes
2 answers

Native Library bluecove_arm not available

I am trying to compile/run a program that uses the BlueCove libraries on a BeagleBone Black running Ubuntu. However I keep getting this error when running: Native Library bluecove_arm not available javax.bluetooth.BluetoothStateException: BlueCove…
ensantos91
  • 213
  • 6
  • 12
6
votes
2 answers

debian bluetooth bluecove java7 not working

I have a clean Debian squeeze installation and trying to get a jar app running that would communicated with the bluetooth dongle in the usb port. Hardware side all runs fine bluetooth functionality all here. I need to run Java7 which I have…
user1945235
  • 73
  • 1
  • 8
5
votes
1 answer

Bluecove: SERVICE_SEARCH_DEVICE_NOT_REACHABLE issue

I try to connect to a custom Bluetooth device using BlueCove. I can pair the device, but when I try to search for services I always get SERVICE_SEARCH_DEVICE_NOT_REACHABLE in serviceSearchCompleted() and no services are discovered. If I try the same…
Adrian
  • 51
  • 2
5
votes
1 answer

unable to connect to bluetooth socket on android

I am trying to sent message from android client to Mac OS X over bluetooth. I am using bluecove 2.0.1 Java bluetooth library on Mac OS X Snow Leopard. Code for Server: public class EchoServer2 { private static final String UUID_STRING =…
Anup Warnulkar
  • 773
  • 1
  • 8
  • 25
4
votes
2 answers

Native library bluecove not available on Mac

I downloaded bluecove-2.1.0.jar and added it as an external JAR on my Eclipse project. I am following this tutorial for using Bluetooth with Android: http://luugiathuy.com/2011/02/android-java-bluetooth/ When I run the program intended for my laptop…
covfefe
  • 2,485
  • 8
  • 47
  • 77
4
votes
1 answer

Bluecove on Mac OS 10.9

I am trying to connect my android device to PC using bluecove. It worked fine on Windows but gives me the following issue on MAC (OS 10.9, Mavericks): dyld: lazy symbol binding failed: Symbol not found:…
u009988
  • 394
  • 1
  • 6
  • 14
4
votes
1 answer

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 Bluecove site? I also try to change service name(also…
IKM2007
  • 716
  • 1
  • 8
  • 31
3
votes
2 answers

Java JSR-82 Implementation (javax.Bluetooth.*) - Using Bluecove

I am searching for some help with JSR-82. I have searched for a long time, and even had my project supervisor at uni helping me out, and so far, I have had no luck. My Problem... I have a project whereby I simply need to scan for Bluetooth Devices…
Ryan Jones
  • 31
  • 1
  • 2
3
votes
1 answer

javax.bluetooth.BluetoothStateException: BlueCove com.intel.bluetooth.BluetoothStackBlueZ not available

I'm dealing with Java and BlueCove in order to find the bluetooth devices. I've created a Maven Project and I've added the BlueCove dependency: net.sf.bluecove bluecove
Alessandro
  • 4,382
  • 8
  • 36
  • 70
3
votes
1 answer

Detect hidden bluetooth device with known ID

I have the target bluetooth device MAC-ID and would like to see if it is in range. How can I establish a connection to the target device, if i have it's ID and it's in hidden mode? I'm using bluecove (java) for this.
Karleid
  • 31
  • 1
  • 2
3
votes
0 answers

Bluetooth server From Mac to android

I'm looking to set up a bluetooth server in java to receive string from an android bluetooth client. I've read this topic, but the bluecove library seems to have trouble under Mac OS X Since 10.8 and it's not resolved yet... So, my question is : do…
IronRabbit
  • 185
  • 1
  • 2
  • 13
3
votes
0 answers

Android BluetoothDevice notify remote unbond change state

Problem: I am being notified when a bluetooth device is pairing, or becomes paired. However, I do not know how to get notified when a device is being unpaired. How could I get my app to recognize when it has become unpaired with my device? Example:…
Jurko Guba
  • 630
  • 7
  • 17
3
votes
1 answer

Android BluetoothSocket outputstream writes too slow

Basically, I've been working on a wireless mouse that utilizes bluetooth OR wifi. I've gotten everything working including reading and writing messages. However, the rate at which data transfers through bluetooth is too slow to compensate. I've…
Jurko Guba
  • 630
  • 7
  • 17
3
votes
1 answer

Bluecove : restart bluetooth stack programmatically

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 service. I think restarting bluetooth stack will solve…
IKM2007
  • 716
  • 1
  • 8
  • 31
3
votes
0 answers

How restart bluetooth service in bluecove?

I have desktop and android applications, which connected by bluetooth(in desktop side I use Bluecove 2.1.1 library). Desktop application create bluetooth service then android application connects to it. I want to add logout functionality from both…
IKM2007
  • 716
  • 1
  • 8
  • 31
1
2
3
9 10