General :: Bluetooth LE Connection Parameters?
Oct 4, 2013
I just spent the day looking for what the limits are for Android v4.3 limit on the BLE connection parameters.
Such as:
-Interval Min
-Interval Max
-Slave Latency
-Supervision Timeout
No luck, Apple is nice enough to document all of these in their Bluetooth Design Guidelines, but Google hasn't been so nice.
View 1 Replies
Sep 6, 2012
I know this might be a silly question and probably not usefull to many but i am trying to connect audio out via bluetooth and out the headset jack at the same time
View 1 Replies
View Related
Jun 25, 2012
Often times "like aboard an airplane" there's someone you want to talk with, but can't, because they're in a different seat. Is there any app that would allow people to:
a) send messages to other Android phones via bluetooth
b) sent messages by connecting to a common wifi network (yet not connected to the internet)
c) create an ad-hoc network and send messages that way.
Would any of those be feasible at all?
View 2 Replies
View Related
Nov 2, 2009
Is there any way to comunicate an android phone with a computer trough bluetooth? Ive made a server/client applicattion in Java using bluetooth, but i need to do the client in Android and i dont know how to start, I dont know even if is possible. I only need to send a text message.
View 2 Replies
View Related
Oct 5, 2011
I have: A class called BT_Comm BT_Comm creates a bluetooth connection and allows me to send data with it via a method called sendData(int xxx, int yyy).Now, I use this BT_Comm in my main activity -the first one. Say I have 10 Activities, how could I access that same BT_Comm in other Activities?
Eg:
Activity 1 (main)
Code:
BT_Comm bt = new BT_Comm();
pubic void someMethod()
{
bt.sendData(xxx, yyy);
[code]...
View 1 Replies
View Related
Nov 11, 2010
I'm creating an application that uses an android to send and receive data via bluetooth. but I'm having problems when creating the socket. He gets caught in that line mmSocket btserver.accept = (); And I can not pair with any device.I have another doubt, I can make that communication with an android and a symbian?
View 1 Replies
View Related
Aug 1, 2010
I have had my Incredible for one week. Paired it with my car with no problems. Today it started losing the bluetooth connection. I turn it on and with 15 seconds, it turns off. It will pair with my car but than disconnects when the bluetooth turns off. Took out the battery and that did not work. Anyone know what could be the problem?
View 3 Replies
View Related
Oct 26, 2010
I have program that runs a bluetooth connection. The socket connects fine. We then read/write from the related streams. This works fine for about a minute, then we start to get IOExceptions from the InputStream.available() and OutputStream.write() functions. The IOException indicates that the socket has been closed. Could anybody take a stab at what might be going on here?
View 2 Replies
View Related
Jun 12, 2010
With my Instinct, I could browse the pics etc on the phone from my Macbook Pro via Bluetooth. When I try to browse the EVO over bluetooth, I just get connection errors. Is this possible to do?
View 2 Replies
View Related
Nov 6, 2011
I always had windows mobile devices in the past, and like you must know, the old good windows mobile no longer exist... Microsoft killed it.
So I switched to Android. I really like android, The way it works is pretty the same than windows mobile with file browser, files system(Not like the Iphone without any way to deal with a file at all), .APK install like the .CAB on WM...
One think that I loved on WM is how easy it was to make shortcut by yourself, even with parameters. As example, it was easy to create a shortcut to Coreplayer to play an HTTP stream when simply clicking on it.
Like: "coreplayer.exe my_teststreamDOTcom : portNumber"
View 5 Replies
View Related
Mar 3, 2010
I'm having an issue here while trying to connect to an RS232 device with the BluetoothChat sample program.
1- If I first pair my phone with the device through Bluetooth Settings, no problem. The connection is made perfectly and the program works.
2- If not bonded beforehand, I get two errors in a row when I click on my device :
CODE:.................
View 2 Replies
View Related
Jul 1, 2010
I thought it would be quite easy to develop a bluetooth application on Android, but it looks like the support is very bad. While pairing works, my Nexus One with Android 2.1 can't connect to the PC. It's the same in Windows and Ubuntu. I used on my Desktop computer, in Windows, Hyperterminal and waited on an incoming bluetooth com-port. I searched already a bit, Maybe this:
http://code.google.com/p/backport-android-bluetooth/
or this library:
http://code.google.com/p/bluecove/
View 2 Replies
View Related
Apr 21, 2010
I'm able to discover devices which r bluetooth ON from my application. But when i try to connect using the Bluetoothsocket's connect() method, I'm getting an IOException: Connection refused.
I'm using the following UUID private static final UUID MY_UUID = UUID.fromString("00001101-0000-1000-8000-00805F9B34FB");
View 5 Replies
View Related
Apr 4, 2010
I am having issues connecting my Sprint HTC Hero to my wife's BB 8350. I've paired and made both devices discoverable but they still won't connect. Can these devices connect to other phones or are they limited to headsets and PC's?
View 9 Replies
View Related
Aug 13, 2010
I am using Bluetooth APIs to establish the connection. I using the Bluetooth chat application as a reference to communicate with the Bluetooth headset.
When I try to connect with Bluetooth headset I am getting IOException with the reason Connection refused.
Can any one tell me the reason for this exception if possible give me the solution if you already resolved the same.
Here is the code which i am using to establish the communication with the Bluetooth. And i also added the Bluetooth and Blutooth_Admin permissions to my manifest file. Code...
View 2 Replies
View Related
Dec 17, 2013
Bluetooth constantly dropping my connection when streaming music or listening to calls.URL....
View 2 Replies
View Related
Aug 13, 2010
In my understand, Anroid app supports only SPP connection not HFP and A2DP. However, I want to initiate HFP and A2DP connection in Android app just like selecting Bluetooth device in Bluetooth Settings menu. I'm not sure it is possible to use a intent including BluetothDevice object, so the intent receiver can initiate HFP and A2DP connection. If you have a idea, could you let me know that?
View 1 Replies
View Related
Apr 21, 2010
I've uncovered what could be a serious problem with the Desire. It's only affected me in one way so far, but who knows what other problems there are that I haven't found. I've noticed on several occasions that when listening to music via Bluetooth, my headphones disconnect for no apparent reason. However I've found a pattern now: if WiFi is turned on and I come within range of a /remembered/ hotspot, the WiFi connects and BOOM, disconnected from audio. I can reconnect straight away. There is another poster here (sorry, can't remember your name or the thread you posted in) describing another problem with WiFi and Bluetooth working - or conflicting! - together so I don't think I'm the only person suffering. Who else can reproduce it and how could I submit a bug report to HTC?
View 13 Replies
View Related
Dec 30, 2009
I want to implement an application which can successfully transfer a file from my android eclair device to any other bluetooth device.Please if anybody know the solutions, kindly help me out, mail me at narendraprabh...@gmail.com or post back here please...
View 3 Replies
View Related
Jul 21, 2010
I'm not sure if this started after the update, but every time I use WIFI and Bluetooth, my WIFI connection dies less than a minute after using it. For example, I'll connect my Bluetooth headphones and then start up a streaming music service. In less than a minute, the music stops and my wifi connection is dead (even though it says it is still connected). Can't browse the web, do speed test, etc. Have to disconnect WIFI and reconnect. But it will do it again as soon as I start using the connection.If I turn off Bluetooth, my WIFI works just fine. If I use Bluetooth over 3G, it works fine. It's only when I use both WIFI and Bluetooth and when I start using the Internet.I'm thinking it's either a bug or an interference issue between the WIFI and Bluetooth radios? Sometimes the music will cut out a bit before the WIFI connection totally dies. But if I switch over to 3G, it works fine. I tried several apps too, not just the same music streaming service, so I know it's not the app. Here's the weird part: if I use my Bluetooth headphones while connected to WIFI, but only listen to music that's on my device, it doesn't do it. It's only when I start using the WIFI heavily that it does it.Anyone else experience this? As it stands, I cannot use WIFI and Bluetooth at the same time.
View 5 Replies
View Related
Jan 27, 2010
I need to know the signal strength of a Bluetooth connection to a remote device that I make with my Android 2.1 phone. From the SDK, I can see that I can determine the RSSI at the time I discover the remote device. But I can't see how to update that RSSI value over time.
Can someone give me a hand?
View 3 Replies
View Related
Aug 4, 2010
I want to write a separate Thread within my application (to do Bluetooth connection). Any idea where I can find any reference for help to write Threads in Android? I searched online but could not find any proper reference.
View 5 Replies
View Related
Jul 7, 2010
I was trying to use my PC's LAN Shared Internet on my Samsung Galaxy S using bluetooth internet connection sharing. The settings are correctly provided on my laptop. However, Samsung Galaxy S's bluetooth doesn't seem to be able to recognize this. i.e., Galaxy S doesn't have a network profile, due to which it always connects to my Laptop for headset service. Is this a limitation of Galaxy S? Can't Galaxy S connect to bluetooth for network sharing services?
View 1 Replies
View Related
May 12, 2010
I was wondering if Outlook can be sync up with the Incredible via bluetooth connection instead of USB? More important I would love to have a bluetooth connection with my home PC and able to transfer files to and from my Incredible.
View 1 Replies
View Related
Jun 9, 2010
With the HTC Desire, is there any way of setting up a bluetooth connection to connect automatically, eg hands free kit in a car or do you have to manually connect each time?
View 1 Replies
View Related
Jun 25, 2012
I am working on an application to connect to an ELM327 OBDII bluetooth dongle. My main problem is that I am trying to use the BluetoothChat example from the developers website, and I cannot get the device to connect. I have gotten it to connect with other applications, ELM327 Terminal, and torque, but cannot get my own to connect?
View 2 Replies
View Related
May 6, 2010
Is there any way to have the directions come through my audio speakers in my Equinox? I have the phone synced up properly, and calls work great. I was navigating the other day, and a call came in and I answered with the handsfree system in the car. When directions came up, it cut in the call, and announced the directions over the speakers. Is there any way to directly do this for navigation only?
Another quick question. I have my phone set up with my Mac Book Pro. I can send files with bluetooth to the laptop, but when I go to browse the phone from the computer, it says connection failed. I do have ftp turned on on the phone.
View 3 Replies
View Related
Aug 6, 2010
I want to connect my Droid to OBDKey I use BluetoothChat as example to connect via bluetooth I connect to OBDKey succesfully but after send message to OBDKey connection lost How can I prevent this?
View 1 Replies
View Related
Mar 30, 2010
When my Bluetooth application is about to create SPP connection to the unpaired remote device, pairing notification is displayed. From the documentation I can see that pairing request can display a dialog or sent notification. I'd like to know what logic causes my app to sent notification than display a regular pairing dialog. Maybe I'm blind but the problem is I were not aware of that notification and was fighting with pairing problem for few hours :) And I'd really would prefer my app to trigger dialog display.
View 6 Replies
View Related
May 23, 2010
Is there a way to observe a bluetooth pairing and then be aware of when the connection no longer exists? Basically I want to observe when my phone connects to another device and what that connection is dropped to that I may execute an action based on that connection.
You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
View 6 Replies
View Related