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

Bluetooth error: Native Library bluecove_arm not available

I'm having some difficulty running a leJOS pc program on my Raspberry Pi. It works on my PC. I get an error stating: "Native Library bluecove_arm not available" Bluetooth works fine otherwise using: "hcitool scan" I can't find a compiled version of…
krex
  • 345
  • 3
  • 8
  • 21
3
votes
0 answers

Create a Bluetooth proxy with bluecove and BlueSoleil stack

I have the library http://code.google.com/p/bluecove/ and I have installed BlueSoleil http://www.bluesoleil.com/index.aspx and a compatible bluetooth dongle. I want to create a Java application (running in Windows 7 x64) that would act as a repeater…
Boris Hamanov
  • 3,085
  • 9
  • 35
  • 58
3
votes
3 answers

Java - Bluetooth API Bluecove Issue

I'm having an issue using the Bluecove API in Java. I plan to create a basic BT listener in order to receive some data from a homemade device (Arduino powered). I've the following code which is quite easy to understand: import…
Manitoba
  • 8,522
  • 11
  • 60
  • 122
3
votes
1 answer

send files from pc to mobile via bluetooth in java without pairing

I'm developing a desktop application using java to send a file to devices around. It's done but I have a problem, a pairing message appears in mobile device when a send operation tries to begin.My app uses bluecove library.Bluecove has an example…
doorbash
  • 342
  • 4
  • 15
3
votes
1 answer

pc to pc via bluetooth using bluecove

There is plenty of examples on the internet showing how to write an app that allows us to e.g. communicate pc from a mobile phone via bluetooth. But what I am trying to do is to control one pc from another pc via bluetooth. I am trying to use…
Radek
  • 1,403
  • 3
  • 25
  • 54
2
votes
0 answers

How to run BlueCove (or any Bluetooth Java library) on Macbook Pro M1

I am building a JAVA desktop app that can advertise via BLE to nearby android devices. I stumbled across BlueCove which seems to be Java's bluetooth API. Whenever I try to use BlueCove in my Java application on my MacBook Pro M1, I am getting the…
Alex Styl
  • 3,982
  • 2
  • 28
  • 47
2
votes
0 answers

Is there a high level library for bluetooth communication in Java?

I know there is BlueCove but I am looking for something that is a little more intuitive and easier to understand.
PockelHockel
  • 7
  • 1
  • 9
2
votes
1 answer

Why am I losing bluetooth client/server connection?

I am trying to connect from a desktop application (written in Java) to a Android application through Bluetooth. For the desktop application I am using BlueCove API. When I start the server (desktop application) and I start the Android application,…
Andrei Sfat
  • 8,440
  • 5
  • 49
  • 69
2
votes
1 answer

How to connect to the bluetooth server and discover a service?

I cant connect to my bluetooth server, set up on rpi. I would need a connectionUrl, presumably fetched from a ServiceRecord. But I cant seem to get it to work. Ive set it up using bluecove, and have a server running, discoverable. However, I cant…
Mathias
  • 23
  • 3
2
votes
0 answers

Java Bluetooth Proxy

I’m not sure if this is the right place to ask this question as this is my first question, but I have the following scenario and I need advice and guidance. Or, if this is the wrong place to ask this question, where should I post it? I want to…
2
votes
1 answer

Is there an implementation of javax.bluetooth.* that works on El Capitan?

It appears that BlueCove is a little old and doesn't work since Yosemite and I couldn't find any alternative for that.
OZG
  • 509
  • 7
  • 19
2
votes
2 answers

Connect to Bluetooth Device via Java Code

I want to connect to another bluetooth device through my laptop's bluetooth. I'm using bluecove library for my reference. My environment is as below Machine: Ubuntu 12.4, Quad Core, 8GB Ram. Java: 1.8 Blueove: bluecove-2.1.1-SNAPSHOT.jar,…
Tejpal Borkar
  • 21
  • 1
  • 5
2
votes
1 answer

Bluetooth server read performance

I have a BlueCove bluetooth server program running on my laptop that waits for my Android phone to connect as client (running my app). When the connection is established, I can send touch coordinates from the phone to the laptop via bluetooth, where…
Joe Bloe
  • 383
  • 5
  • 12
2
votes
0 answers

Bluecove intelbth_x64 and bluecove_x64 not available when generating jar file

I'm using Intellij to work on a JavaFX application that uses the BlueCove 2.1.0 library. It works perfectly fine when compiling with the IDE but for some reason, when building the artifact with dependencies and then running it, I get this Exception…
Max
  • 197
  • 4
  • 15
2
votes
0 answers

Bluecove for osx 10.10

I wanted to use bluecove(2.1.1 snapshot) in my mac with OSX 10.10 and the driver doesn't work. I got libbluecove.jnilib: mach-o, but wrong architecture I tried to recompile but the available code it too old (from 2010) and there are a lot or…
Ignacio Manzano
  • 121
  • 1
  • 6
1 2
3
9 10