Tagged Questions
0
votes
1answer
25 views
Bluetooth secure vs. insecure
I have been playing around with the bluetooth options on android, and found an app that gave two connection options (secure and insecure).
I tried to find some information about it on the internet, ...
0
votes
1answer
61 views
Does everyone have device specific Bluetooth issues with Android, or just me?
I have been working on a app to connect to a speaker dock, and send data back and forth via bluetooth. On some devices my code works flawlessly. Other devices it will work about 80% of the time, ...
0
votes
1answer
20 views
Bluecove : restart bluetooth stack programmically
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 ...
0
votes
0answers
9 views
Can only restablish a bluetooth connection a finite number of times
I have an application (activity and service) which can establish a connection with a separate device and pull data off it over spp Bluetooth.
It need to do this once a day.
However, there appears to ...
1
vote
1answer
178 views
Connecting multiple devices to bluetooth in Android
So far what I know that its possible to communicate to multiple devices from your android phone. But my case is that I want to connect two 'similar' devices.
My understanding is that, I need to use ...
4
votes
0answers
29 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
0answers
14 views
Is it possible to create a network of phones using bluetooth?
Would it be possible to connect several phones to one another using bluetooth, so that you could have communication from one phone to all, etc?
0
votes
0answers
16 views
how to get current connection interval in IOS CoreBluetooth [duplicate]
Is there any way to get current connection interval during connection with bluetooth device. Getting RSSI value is simple and there is dedicated function for that. But I have not found any function to ...
0
votes
1answer
187 views
Is Bluetooth DUN profile supported on Android?
Is Bluetooth DUN profile supported on Android?
Thank you!
0
votes
0answers
152 views
Understanding Bluetooth Headset connection with Android
I have a Bluetooth headset (BTC6White). I want to speak into the microphone and an Android device play the sound.
So, How I can do this? First, I can establish a socket connection
socket = ...
0
votes
0answers
85 views
Android: Bluetooth Application sending a textfile to a PC
I work on a new Project to skip from your Android device a Powerpoint foil.
I bought an USB Bluetooth stick working with Widcomm.
Idea of the Application: I click on a button ">" my Device send a ...
0
votes
1answer
150 views
Connect to bluetooth device from a listview
I was trying to connect to a paired bluetooth device from a list view, but i cant seem to get it right. My code seems fine, but it does nothing when i run it on my phone. Any help will be appreciated. ...
0
votes
0answers
116 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 ...
0
votes
1answer
199 views
Xcode iOS Bluetooth pairing issues
Once a Bluetooth device has been stopped and the connection is lost. Is it possible for the iPhone to automatically pair to that device once it is turned on again? Instead of manually going into the ...
0
votes
0answers
48 views
EADSessionController Output Stream Issue
I am using the EADSessionController source from Apple's EADemo in my application. I am successfully connecting to the Bluetooth module that I have connected to my PC. I have a simple PC application to ...
1
vote
0answers
433 views
Android paired to a RFCOMM device can not connect
At first I have to say, that I'm a beginner on android. I'm working on an App, which should connect to a measuring instrument without any operating elements(no Buttons, no Display) over bluetooth and ...
1
vote
0answers
93 views
iPhone, connection from one to another using wi-fi or Bluetooth
I've got an idea for an iPhone app - but I don't know if it's physically possible.
I want the app to be able to exhange business cards, using Wi-Fi or Bluetooth, so that if both users has the app ...
0
votes
2answers
99 views
Android development - Bluetooth embedded system PIN
I need some help here. I need to connect via Bluetooth to a hardware device that communicates with Bluetooth. I have no control on the device (that is more than 5 years old). I have already some ...
0
votes
0answers
366 views
How to connect bluetooth device on Raspberry Pi via a bluetooth dongle?
I tried :
hcitool scan
display correctly the bluetooth devices
But when I try :
bluez-simple-agent hci0 xx:xx:xx:xx:xx:xx
it returns :
Creating device failed: ...
0
votes
0answers
26 views
Get w7 to autoconnect to bluetooth device
I'm NOT a programmer (yet!) so please be very specific in any answers:)
--> I would like to get my w7 to autoconnect to an already paired device (logitech audio adapter) as soon as within range. ...
3
votes
2answers
230 views
Android bluetooth application process killed
I'm very new with programming for android. I have two classes : main and btmanager. When i try to test my app on phone, all I get is a information that procees was killed. What am I doing wrong ?
...
1
vote
2answers
133 views
File sharing in android 2.3 via Bluetooth
I am working on application in which members can share data among each other . I have done it with wi-fi but having problem in Bluetooth . I am in doubt that is it possible to share data among ...
1
vote
1answer
3k views
Connecting Android Phone and Laptop via Bluetooth
I'm beginning to use Bluetooth in my apps and want to be able to send data from my phone to my laptop over this connection. I have to use Bluetooth as I will eventually be sending this data directly ...
1
vote
1answer
1k views
iOS to Mac OS X [core] bluetooth data transfer
My objective here is to create a connection between a device running iOS to a device running Mac OS X, via bluetooth. I know that I might be able to use CoreBluetooth for this but I don't understand ...
1
vote
1answer
198 views
Bluetooth programming with iOS SDK
Is it possible to make a connection from iPhone/iPad/iPod to Mac via Bluetooth legally without breaking Apple's AppStore rules within SDK?
I know that connection between iOS devices is relatively ...
0
votes
1answer
457 views
Printer Bixolon is not connected to Samsung Galaxy Tab
I am using pocket printer Bixolon SPP-R200 for printing by Bluetooth in Android. I have tested my application on HTC (with Android 2.3.7) and Asus (with Android 4.0.3) and they work fine with printer.
...
0
votes
0answers
97 views
android bluetooth external keyboard connection
I am developing an android application which has a feature to read data from external bluetooth keyboard where it send only numeric 1,2,3 and 4. Based on the numeric value the android application do ...
0
votes
1answer
71 views
Maintain bluetooth connection even after call to onStop
Currently, I connect my tablet to other devices (through Bluetooth). The connection is successful, but if the activity is paused and stopped, say when the home screen is pressed, it will disconnect ...
3
votes
2answers
3k views
Using BluetoothChat to communicate with ELM327
I am currently trying to communicate with an ELM327 OBDII bluetooth dongle via the BluetoothChat Sample Application. I am able to connect as I have changed the UUID, however I am only able to recieve ...
0
votes
0answers
205 views
Bluetooth connection close itself right after start
my problem is the connection with a Bluetooth device. I have a Netbook with an integrated bluetooth device. I want to connect my netbook with an OBD-II interface and write a software to read out the ...
0
votes
1answer
258 views
How many other devices can a single bluetooth device can connect to?
I mean with how many devices can it communicate simultaneously or one by one without terminating an active connection?
Specifically i would say with the bluecove implementation
0
votes
0answers
1k views
Android “service discovery failed” Bluetooth
==> The short way: Try to advertise "L2CAP" for your service on sdp in the protocol descriptor list. (really supporting L2CAP seems not required)
I try to explain here how I succeeded in connecting a ...
1
vote
2answers
2k views
Android 4.0 Bluetooth-Pairing: Need to enter password everytime
I have an Issue with Android 4 (ICS)
My Bluetooth-App connecting to a Serial Device works like a charm on Android 3.
However, when using Android 4, it shows the "Pairing" Dialog everytime I connect ...
1
vote
2answers
1k views
Connection refused on bluetooth socket.connect() - android
First, I know this issue has been up before but none of the sugested solutions i found solves my problem...
After pairing device with
Method m = device.getClass().getMethod("createRfcommSocket", ...
1
vote
1answer
158 views
Bluetooth connection status
Is there is any method to check the status of bluetooth connection whether it is connected or not to mobile from pc j2se program.
I am using bluecove2.1.1 for bluetooth connection.
3
votes
1answer
883 views
how to connect and send a message to multiple devices through blue tooth in android?
I would like to develop an application for sending a message to multiple devices through blue tooth.I know blue tooth is a point to point communication even though i would like to connect and send a ...
2
votes
1answer
632 views
Android Bluetooth Socket Connect Hangs
I am having an issue where when I call sock.connect() it just hangs indefinitely. There is no exception and no timeout.
try
{
Method m = dev.getClass().getMethod("createRfcommSocket", ...
1
vote
1answer
2k views
BluetoothServerSocket.accept() does not return even if device paired
I am developing an Android bluetooth application based on the BluetoothChat exemple. i am starting a bluetooth server and listening for a device(not a phone) to connect to mine app on an insecure ...
1
vote
1answer
1k views
how to connect the devices by using Bluetooth in BluetoothChat application? [closed]
When I start to press the scan button to search the device by using Bluetooth, I can't connect it although I can find it. when I click the device, it go back to the previous page immediately.
How to ...
0
votes
2answers
227 views
How can i transfer data from an android device to a C++ PC program?
I want to connect an android mobile program to a C++ program, and i dont really know how it should be done.
I was thinking about a Bluetooth connection, but i dont really know how to handle bluetooth ...
1
vote
1answer
5k views
Android Bluetooth Connection Secure Insecure
I have been playing around with the bluetooth API for Android 2.2 (API level 8, HTC Desire) and had an app connecting to an embedded Bluetooth device using:
...
0
votes
1answer
342 views
Is it possible to be notified of incoming bluetooth connections and receive the incoming UUID?
So I know that in Android I can get an incoming connection by simply using listenUsingRfcommWithServiceRecord(String, UUID). but I'm just wondering if there is a way to set up a BraodcastReceiver or ...
-1
votes
1answer
449 views
iPhone app talking to circuit board via bluetooth [closed]
We want our iPhone app to be able to communicate with a circuit board inside an air cleaner.
The circuit board inside the air cleaner should receive signals from the iPhone app, and based on those, ...
4
votes
1answer
2k views
Android Bluetooth Connecting Error
Im getting the follow messages in my stack trace. I can find Bluetooth Devices, but when I try to open the socket this happens.
10-30 22:23:08.901: ERROR/BTL_CFG(8633): WARNING : ...
0
votes
2answers
435 views
iphone blutooth device connection
I have an app which has to connect to a medical bluetooth device to get data from that device. (Not to any iOS device).
Using which framework or class I can connect and receive data from?
Thanks.
0
votes
1answer
402 views
permanent bluetooth connection
I have a task to write application, that will connect to not-mobile-phone device by blue tooth and this device will send some data every second(some statistics) and device shouldn't disconnect after ...
0
votes
1answer
320 views
Android <-> bluetooth<->J2ME connectivity problems
I'm trying to get a Samsung Galaxy Ace with Android to communicate with a Nokia N95 via Bluetooth.
I have written an application for the J2ME side that communicates just fine using 2 symbian devices. ...
0
votes
0answers
243 views
Bluetooth on Android 2.2 : socket doesn't receive “connection canceled”
I'm in process of writing Android 2.2 application with BT support. Two BT devices need to exchange messages.
The problem I encountered happens when one of devices (server) crashes/switches off or ...
2
votes
1answer
2k views
How to programatically connect 2 android devices with bluetooth?
I am developing an application which should connect 2 android devices through bluetooth automatically. Lets say they are already paired. Is it possible to achieve that?
Would be grateful for any ...
0
votes
0answers
204 views
Completing the Bluetooth Connection
I've looked over the Bluetooth Chat sample app and struggled through it. I'm trying to just simply list all Paired Devices, let the user select one, and then connect to it.
I've gotten the list ...

