0
votes
0answers
29 views

Bluetooth Android Phone connect to Digital Pen

I'll try to be as specific as I can, I have a digital pen that once is paired (I paired them trough the OS bluetooth settings), you write on a paper and then it sends a file trough bluetooth, it uses ...
0
votes
0answers
37 views

Android device unable to get mac address of iphone via bluetooth programatically

Hi This is a generic question, but wondering if any one can help?, My Android java class was built to get the MAC addresses of near by bluetooth devices programatically with getAddress() method. the ...
0
votes
0answers
10 views

Delay in plotting the data received via Bluetooth

*In the following code we are sending '6' to start communicating to a serial port device(bluetooth device) which sends 500 data per second. The device is sending the data successfully in the bluetooth ...
0
votes
0answers
16 views

Java bluetooth keyboard

I am wondering where to get started if I want to have my java program communicate over bluetooth? What my overall aim is to write a Java app for my Mac/windows to that allows the laptop to simulate ...
0
votes
0answers
20 views

Installing bluecove onto Windows 7 x64

I have searched and searched and I cannot find a definitive answer to help me understand what it is all doing. So essentially, I want to connect my bluetooth enabled device to my computer, I achieve ...
1
vote
1answer
63 views

Android: Error in discovering bluetooth devices

I need some help in my Android application. I am trying to create an app that discovers bluetooth devices then compare the name to a string. but I encountered 2 problems. 1: when I exit the app (back ...
0
votes
0answers
33 views

Android Bluetooth Service discovery yields different results on two different devices - is it Android Version?

Running the code below, my Galaxy tablet (SCH-I905 - Android 4.0.4) correctly discovers three Bluetooth services on a PC. Running the same code on a Galaxy Nexus - Android 4.2.2) finds only one of the ...
0
votes
1answer
45 views

SimpleAdapter arraylist showing same data in each row

I have four bluetooth devices for testing get the bluetooth devices name and address, Called deviceA , deviceB, deviceC & deviceD My program can get the devices one by one through mReceiver, but ...
1
vote
2answers
69 views

InputStream.read() is either missing or adding a value in my buffer - How come?

I've created the following procedure in the run() method of the ConnectedThread taken from the BluetoothChat sample. // Read from the InputStream byte[] buffer = new byte[16]; int offset = 0; ...
0
votes
0answers
32 views

how to send image from windows to android using bluetooth?

I develop program remote control PC with android phone using bluetooth connect. I try send image from pc to android phone but it not work. this is my code: Code at PC: public void run() { try ...
0
votes
1answer
17 views

Can I debug bluecove library?

I see that Bluecove is open source, but there aren't any .pro files in sources. How can I open sources in eclipse and debug?
0
votes
0answers
31 views

How launch bluecove programmically

I'm trying to lunch bluetooth stack manually(after closing bluetooh stack). I look after BlueCoveImpl.java and find out that bluetooth stack initialized in private BluetoothStack detectStack() ...
0
votes
0answers
25 views

Restart application with external jars (especially bluecove jar)

I want to restart the whole program with all related jar files. The main problem connected with this, but seems no one has workaround for it. I notice that reopening application solve that problem, so ...
0
votes
0answers
36 views

Send a notification to the found device via bluetooth?

I am developing a bluetooth app, in which i am searching the bluetooth devices in range. What i want is that when a device is found, i want to give that found device a notification that it has been ...
2
votes
1answer
45 views

Are UUID's in Android specific to application within the device?

looking in the the web for answers, I am sort of confused id UUID's are unique to a service within the device. I want to know if an application on a particular device can generate a UUID during ...
0
votes
0answers
48 views

Android Java Bixolon SPP-R300 Print Image and Bluetooth

I'm developing application which prints using Bixolon SPP-R300 mobile printer via Bluetooth. I've managed to make the Bluetooth connection, print Text and do lineFeed but i still don't know how to ...
2
votes
0answers
60 views

Sending out keyboard bluetooth signal in android app

I'm wondering if anyone knows of the way that I can send out a Bluetooth single specifically a keyboard single out of my android phone and connected to a computer as a keyboard. I'd like this to work ...
1
vote
1answer
94 views

UUID bluetooth and android devices

I'm trying to develop an application for Android devices that connects two devices, but the problem is that I can only connect (using Bluetooth) with PC Bluetooth or devices with another OS than ...
0
votes
0answers
24 views

how to list the files of a remote windows pc using Bluetooth?

I have this code: try{ String btURL = "btgoep://0013FD94B84F:10;authenticate=false;encrypt=false;master=false"; String folder = "Nikos"; ClientSession conn = (ClientSession) Connector.open(btURL); ...
0
votes
0answers
16 views

Android JUnit testing with BlueTooth

I wanted to ask a question as an extension to this answer here: Android unit testing with Junit: testing network/bluetooth resources Like the author of that question, I am interested in implementing ...
0
votes
0answers
78 views

I need advice on successfully connecting to a zephyr HXM Bluetooth device with a galaxy s3

I am working with Android's HDPSample application. I am trying to configure a Bluetooth Connection between my Samsung Galaxy S3 ANDROID V17 and a Zephyr HXM Bluetooth Heart Rate Monitor. I have ...
0
votes
1answer
81 views

Unblocked read from InputStream of a BlueToothSocket while checking connection of the socket

I am trying to write a thread which will do following stuffs: 1. read from inputstream; 2. some other routine; 3. if socket is closed, throw an exception. The BlueTooth Socket and inputStream from ...
2
votes
0answers
54 views

How to use the windows7 bluetooth in java?

My java code: try { LocalDevice ld = LocalDevice.getLocalDevice(); System.out.println("Address:" + ld.getBluetoothAddress()); System.out.println("Name:" + ...
0
votes
0answers
268 views

Bluetooth Client-Server Example in Android

I am making a simple client-server application which can be used to transfer integers, strings or characters. My application compiled successfully, but no client-server connection is there. When I ...
3
votes
1answer
64 views

Bluetooth SDP Failed in some devices

I'm trying to work with a Bluetooth example, which should connects an Android client application to a Bluetooth server application running in PC (Java app, uses Bluecove library) using 'rtspp' ...
4
votes
0answers
30 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 ...
0
votes
1answer
57 views

Android Bluetooth Received Serial Data Garbled

I've gone through the following thread for my doubt. But, it's still unclear. Why does the serial BT data I received get chopped out? Chris, that's a nice workaround you suggested. In the solutions ...
1
vote
0answers
41 views

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 ...
2
votes
1answer
37 views

Disable Bluetooth sound output

I am writing an app which monitors the volume setting of the notification stream (using a broadcast receiver for android.media.VOLUME_CHANGED_ACTION - kind of a hack I know) and when it is set to ...
0
votes
0answers
136 views

Bluetooth SPP Communication between MATLAB and Android

I've developed an Android application to receive data serially using Bluetooth Serial Port Profile and plot it dynamically. As far as my App is concerned, everything is working fine when communicating ...
0
votes
0answers
51 views

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, ...
0
votes
0answers
117 views

Android Bluetooth java.io.IOException: Connection refused

I have a problem with android sockets. I am connecting a USB dongle on my PC to an Android phone, a Samsung Galaxy Note II. I am using standard bluetooth sockets creating the socket with ...
0
votes
0answers
27 views

Error getting remote SDP records Exception

I am trying to get data from Fingertip Oximeter via Bluetooth using Health Device Profile and Android. I'm getting the following error E/BluetoothEventLoop.cpp(432): ...
0
votes
0answers
17 views

get folder list of windows computer via bluetooth in java? [duplicate]

I need to build an java program that puts/gets files from a remote windows pc via Bluetooth; the code must also browse the remote filesystem. I've read something about OBEX but have really not found ...
0
votes
0answers
35 views

show paired bluetooth device

I have an app that shows available paired devices. It works the first time, shows the one paired device in range, but if I close and reopen the app the device doesn't show. Both BTs are on, and they ...
0
votes
0answers
88 views

Bluetooth Low Energy Java Api or C/C++ Library

Is there any recently ported Java api or C/C++ library I can use to write a BLE standalone programs under windows XP or mac mini? As I read in this post: "Bluetooth Low Energy API for Windows" such ...
0
votes
0answers
46 views

Screen Mirroring Techniques Via Bluetooth

How would one go about getting screen mirroring via bluetooth? I'm not concerned with the process of actually setting up bluetooth communication, but more or less the way I should go about this. My ...
0
votes
0answers
44 views

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 ...
0
votes
0answers
71 views

Design direction for Android Bluetooth, Android Service, and generic Java Design Patterns

I am looking for some design direction. I'm new to Java, and I'm not sure if there are better design patterns that I am not familiar with that would work better for this problem. This application is ...
0
votes
2answers
98 views

BluetoothServerSocket doesn't return from accept()

I'm trying to build a little Bluetooth-Android-App for a project in school. I'm quite new to Android (got my phone since 2 days). I'm experimenting since 2 weeks with android programming on my ...
0
votes
1answer
156 views

Parsing raw data received from bluetooth HDP device

I am trying to read data from an Omron 708-BT Blood Pressure Monitor which is certified by the continua health alliance. I am following this example of a Bluetooth HDP App. I am managing to connect to ...
-2
votes
1answer
90 views

Android Bluetooth Basic Code

I am trying to write an app which will interface with my microprocessor board, and ultimately control the direction and movements of a helicopter (for a school project). I have never written an ...
0
votes
1answer
111 views

Connect android APP with mysql server via bluetooth

I am new to android development. I want to connect my Android application with mysql server via Bluetooth. Can any one tell me the step by step procedure that how I can send an http request to the ...
0
votes
1answer
95 views

Android Bluetooth_admin permission error

Regarding Android bluetooth discovery. Getting this error from manifest permission error. However, the only errors that I found posted, was that they forgot to put the permission outside the ...
1
vote
4answers
281 views

How to manage a Bluetooth connection on Android through configuration changes?

Question: How can I manage (Connect, Read, Write, Disconnect) a bluetooth connection that persists through configuration changes? Prefer solutions that are compatible with device version 2.2 "Froyo" ...
0
votes
0answers
258 views

java program (using rxtx library) reads the same value from the serial port

My arduino is sending 2 integers seperated by "," to the searial port via bluetooth continuously. Ubuntu receies these values in rfcomm0 and sudo screen /dev/rfcomm0 shows these received values. ...
0
votes
1answer
265 views

Java rxtx code to connect to rfcomm0 is not working

I have successfully connected my arduino uno R3 with bluetooth mate module and am able to send data to my laptop running Ubuntu 12.04 via bluetooth. (using serial port protocol). The data is received ...
1
vote
1answer
315 views

Android - send image through bluetooth programically

I have modified the Android Bluetooth Chat sample application to now send images across. This is fine for the first image. It gets sent across and displays correctly. When I try to send another image, ...
0
votes
0answers
58 views

DOS&DIS on Android + NXT

I have an Android Phone and NXT 2.0 with lejOs. I tried to send an array from android to NXT with DataOutputStream, but nothing happend, then i tried to send a string from NXT to Android, and it ...
7
votes
1answer
190 views

Bluetooth socket freeze phone

I am developing an application for Android. This app should communicate with a Bluetooth (BT) device (sending some bytes). I have a problem with debugging/running this app on my device (Samsung Galaxy ...

1 2 3 4 5 10