0
votes
0answers
18 views

Android Bluetooth Can't Connect using createRfcommSocketServiceRecord

I already managed to get it working using this method at android 2.3.3 version, but now I am testing using another device with 2.2 version.. And I can find many devices using discovery, but can't ...
0
votes
0answers
54 views

Android Bluetooth connecting to Device socket.connect() wont connect

FIXED!!! Didnt work because of the UUID since api15 you can use a get function to get the uuid UID uuid = bluetoothDevice.getUuids()[0].getUuid(); BluetoothSocket socket = ...
0
votes
0answers
17 views

Android Bluetooth Connection without Scan

I'm currently working an appliction where i have. A server : my Computer. And a Client : my Android Device I've already built a version of my program using http connection, but now, I want to ...
2
votes
0answers
49 views

Streaming audio over a bluetooth socket

I need to stream audio over Windows sockets to a bluetooth headset. I am able to make socket connection to the Bluetooth headset using RFCOMM and A2DP / Headset profile / Hands-free profile. My ...
0
votes
0answers
79 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 ...
1
vote
0answers
42 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 ...
0
votes
0answers
257 views

Bluetooth Secureaccept() Failed, Nexus 7, Android 4.2.2

I am running the Bluetooth Chat sample from the Android SDK 4.2 sample pack with no modifications to the code. My target is a Nexus 7 running Android 4.2.2. I get these errors as soon as I attempt a ...
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
2answers
99 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
0answers
23 views

How to check is a connected Bluetooth device out of range?

How to check is a connected Bluetooth device out of range? Android. Thank you!
1
vote
1answer
160 views

Bluetooth SPP (serial) glitchs (Android)

I'm running into a curious problem. I have programmed an app that will establish a Bluetooth SPP link with an arduino. The bluetooth device on the Arduino is configured at 9600 bauds. I can receive ...
1
vote
4answers
283 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" ...
1
vote
1answer
191 views

OutputStream to DataOutputStream for bluetooth communication

I already wrote with the help of tutorials I found on the Internet a app for Android that connect to a Bluetooth device. This app used the InputStream and OutputStream object to connect and establish ...
7
votes
1answer
192 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 ...
0
votes
1answer
135 views

Exception while using Health Device Profile on Android

I am trying to get data from Onyx2(Fingertip Oximeter) via Bluetooth using Health Device Profile and sample, which can be found on the Adnroid Developing site. But I am getting the following error ...
0
votes
1answer
76 views

After long wait time bluetooth socket state mixed ups

I'm currently trying to fix a problem I encountered with my Android app which require a Bluetooth connection. For a moment everything seem to work right, But i noticed something strange when the slave ...
0
votes
0answers
14 views

Bluetooth doesnt work properly on 2nd try

I wrote an Application and used the Android BluetoothChatExample as a basis for my Bluetooth Communication. This means, I used the BluetoothService and the DeviceListActivity as is and changed the ...
2
votes
1answer
149 views

Android BluetoothSocket::connect() throws an exception

I can not initiate the bluetooth connection between Java server(using bluecove 2.1.1 on Windows 7 x64, external bluetooth dongle) and Android client(OS version 2.3.6). Device discovery works ...
0
votes
1answer
166 views

Common Bluetooth Function to send data using BluetoothDevice in android

I am developing an application of bluetooth in android, in which first I have to scan available bluetooth devices and then connect them. After making connection, I have to send data to them. I have ...
0
votes
0answers
217 views

Sending data from Android to C++ server via Bluetooth

So I'm currently trying to send basic characters from my android device to a C++/C server. I know there is a lot of documented methods of sending and recieving to Java servers but I have been stumped ...
0
votes
0answers
122 views

android bluetooth connection error

I am trying to connect to a device via bluetooth for my android app. But when attempting for connection it says that socket is closed.Both listen() and accept() are working fine. Logcat shows ACL ...
1
vote
1answer
355 views

Android Bluetooth: Unable to connect to listening socket after generating a random UUID

There are two different instances of my program not being about to connect to a BluetoothServerSocket. One of the instances has only 1 UUID generated randomly before it initiates scan mode with ...
0
votes
1answer
57 views

Bluetooth server incoming buffer handling

I have the following Bluetooth Server class that extends a Thread to listen for incoming stream: class SeverThread extends Thread{ bytes[] inBuffer = new bytes[1024]; int bytes; ...
1
vote
2answers
252 views

Usage example to connect two iOS devices over bluetooth? (client/server code)

I do not want to use GameKit. I am trying to use a low-level approach using dns_sd.h and methods like DNSServiceRegister to establish and maintain a connection. However, I found a wrapper for this ...
2
votes
1answer
384 views

Android Bluetooth Socket

What I am trying to do: I am working on an application that will fetch data from biometric device using Bluetooth using SPP. For that I have some command (in byte and HEX format) and steps provided by ...
2
votes
0answers
318 views

socket.connect causes “read failed socket might closed” only on Android 4.2.1 on Nexus

I am using this normal piece of code to open/connect to a Bluetooth socket. While it works perfectly on all devices - only on the newest Nexus with Android 4.2.1 I get this IOException: "read failed ...
0
votes
0answers
310 views

Android bluetooth OutputStream write, writes over previously sent stream

I have this scenario: An Android Application Activity starts a Service, which is Bluetooth Client. This Service or Client, connects to the corresponding Bluetooth Server running on a Windows laptop ...
0
votes
0answers
57 views

Sending data to a custom hardware device with bluetooth

The official documentation for Android states that In order to create a connection between your application on two devices, you must implement both the server-side and client-side mechanisms... ...
0
votes
1answer
227 views

Android send data on RFCOMM socket

I'm interfacing a bluetooth medical device with my Android app. So, I created a communication channel RFCOMM (SPP protocol) because the medical device allow SSP communication protocol. The device ...
0
votes
0answers
78 views

Android: bluetooth communication issue

I developed an Android app which intercts via bluetooth with other device, which sends packets with a predefined frequence. If I try this app on my tablet (Acer ICONIA A501) I have no problem. But if ...
0
votes
1answer
150 views

Error to send data to tablet through bluetooth device

I'm facing the following problem: I am connecting two devices via Bluetooth socket, one tablet android and a bluetooth device like reader barcode, up to now it's ok, the problem is, when a read the ...
0
votes
1answer
374 views

listenUsingRfcommWithServiceRecord (String name, UUID uuid) Not working

So im trying to get this little piece of code to run public AcceptThread() { // Use a temporary object that is later assigned to mmServerSocket, // because mmServerSocket is final ...
0
votes
1answer
110 views

How do i send information via a setup bluetooth connection

So im working around with bluetooth and trying to figure out how to send two strings via a bluetooth connection. From one android device to another. I found this guide ...
0
votes
0answers
197 views

Multiple android bluetooth connections same time

Is it possible to connect multiple devices to a single bluetooth server device? I read this: Android Bluetooth send Data(Text + Picture) to Multiple Devices at the Same time? so I am stuck in this ...
1
vote
1answer
83 views

Bluetooth socket turning null when entering IOEx catch block (android 4)

My software worked fine for some time but with Android 4 some new issues pop up. (Device Samsung Note with Android 4.0.4) the following runs inside some loop in/on its on thread try { ...
1
vote
0answers
101 views

Android BluetoothSocket not closing

I have a strange issue that I can't seem to figure out what's going on. I am using the Bluetooth chat example as a base and things work fine for the most part, however, when trying to swtich ...
0
votes
2answers
99 views

Errors in Bluetooth SDK headers

#include <Bthsdpdef.h> #include <BluetoothAPIs.h> #include <Winsock2.h> #include <Ws2bth.h> #include <stdio.h> #pragma comment(lib, "Bthprops.lib") int main(void){ ...
2
votes
1answer
98 views

Reading from multiple bluetooth Socket in Android (Single Thread)

I have multiple Bluetooth Sockets, and i need to read from each of them without being blocked. I could launch a new Thread for each socket but i would prefer having only one thread since i can have a ...
0
votes
0answers
269 views

Bluetooth Chat example

I have followed the Bluetooth Chat Example provided by Google, to set up my own Bluetooth server with a unique UUID. I'm facing some problems, I have two Buttons, one to start the server, and one to ...
0
votes
0answers
290 views

Unable to connect bluetooth android devices when I'm trying to pair them

I'm using the code from Google Bluetooth Chat Example. BluetoothChatService class is the same as the mine and the other code is reused in my code. My problem is when I'm trying to pair the devices ...
0
votes
1answer
307 views

In Android's bluetooth, does BluetoothSocket.connect invoke SDP to get fresh channel

As a continuation to the question's title, I obtain the BluetoothSocket by selecting a BluetoothDevice device from my paired devices and doing: bSocket = ...
1
vote
2answers
138 views

Android Bluetooth; Is it Possible? [closed]

So I'm considering writing a Bluetooth app for android, I'll need the following functionality: Is it possible using bluetooth android 2.3.6 Broadcasting that the app is enabled to other phones with ...
0
votes
0answers
99 views

Bluetooth Connection Service Low Level Connection

I am working on an project which contains communication between a Bluetooth device and an Android phone. Device doesn't have UUID so connection is low level connection. I have already written a ...
0
votes
0answers
162 views

Android and Bluetooth sockets

I am writing a socket application that will act as both a client and server. I would like to be able to listen to an IP address/port for a socket connection in the server part where the IP address is ...
0
votes
0answers
54 views

Get data from BluetoothSocket android?

I am developing an application in which i have to read data whenever any BluetoothSocket is created , and adata starts to stream over that socket. Is there any way to do this ? via broadcast receiver ...
0
votes
0answers
279 views

bluetooth java server and an android client

How can i establish a sharing mechanism to access my server database from an android client? I am using Android 2.3.3 api level 10 and Blueclove on server side. My existing server code is.. ...
2
votes
1answer
1k views

Android BluetoothSocket OutputStream write blocks infinitely

I need to programmatically write data of say 1 to 100 MB in chunks of 1024 bytes to the remote Bluetooth device. Both are android devices. Here is a sample code snippet in my client program to ...
4
votes
5answers
4k views

Android Bluetooth Connection - Service Discovery Failed

I'm trying to create a basic bluetooth application, for testing the device. I got the code from developer.android. Here is the link : ...
0
votes
1answer
2k views

How to receive data using Bluetooth Server Socket RFCOMM in Android?

I am trying to make an android application that receives and display the data coming from a paired Bluetooth device. I have a working python code and I want to write the similar code in android.I can ...

1 2 3