[android-developers] Bluetooth pairing request although it was previously paired

2015-12-09 Thread rukiman
In the Samsung galaxy note 3, I have paired a bluetooth device. It is paired sucessfully. In my app I simply run this code in a thread to look for the bluetooth device I am interested in and connect automatically to it. Usually everything works well. But occasionally I will get an unwanted

[android-developers] Bluetooth Pairing problem

2012-09-12 Thread HPP
Hai all I am making an application for sending data from my phone to another device using blue-tooth..I am using the bluetooth chat example that comes along with the SDK sample for my code . I need to pair my device with the other device after device discovery.But in chat

[android-developers] Bluetooth pairing

2012-07-10 Thread hari shankar
hi I have scan the Bluetooth device and add in list View. I want to pair the device by android code. pl help me Thank You -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Bluetooth pairing

2012-07-10 Thread Yamanoor Sai Ram
Refer to the file DeviceListActivity.java in the Bluetooth Chat example file. It saves a lot of time as it is done already Sai On Sat, Jul 7, 2012 at 5:06 AM, hari shankar h...@euthika.com wrote: hi I have scan the Bluetooth device and add in list View. I want to pair the device by android

[android-developers] Bluetooth pairing status problem

2011-11-15 Thread somdas
When I connect two samsung galaxy nexus device (using out of band), one of the device shows that it is paired but not connected with the other device. But the other device shows its status as pairing. But I am able to send files between both the devices. Can anyone tell me why one of the device

[android-developers] Bluetooth pairing with Android 2.3 and using insecure RFCOMM sockets

2011-04-13 Thread D
1. Assuming two Android phones are running Android 2.3+, bluetooth 2.1, and are listening/connecting using the new insecureRfcomm APIs...will a pairing authentication dialog prompt pop up? In other words, can a bluetooth connection be made on two mobile devices with these insecure rfcomm sockets

Re: [android-developers] Bluetooth pairing with Android 2.3 and using insecure RFCOMM sockets

2011-04-13 Thread Kristopher Micinski
I discovered this article: http://mobisocial.stanford.edu/news/2011/03/bluetooth-reflection-and-legacy-nfc/ Nice, huh? Kris On Tue, Apr 12, 2011 at 12:49 PM, D dkatsou...@gmail.com wrote: 1. Assuming two Android phones are running Android 2.3+, bluetooth 2.1, and are listening/connecting

[android-developers] Bluetooth pairing and source hide problem.

2011-03-17 Thread gujian
hi all, Recently I did something practice about Bluetooth,but now I don't know how to connect Bluetooth device using android application just like pairing dialog.I know my app(application) would be as a client,and remote bt(Bluetooth) device be server. my app would create clientsocket by the

[android-developers] Bluetooth Pairing

2011-03-07 Thread Mike
Hi All, I've seen a few threads on this but haven't really found a good answer. Plus there seems to be some confusion around the behaviour of the pairing dialog. I am connecting my nexus 1 to a bluetooth spp server device to read and write data. After some experimentation I have found the

[android-developers] Bluetooth pairing request dialog

2010-12-06 Thread Vinay
Hi, According to the bluetooth tutorial: http://developer.android.com/guide/topics/wireless/bluetooth.html Android automatically handles the pairing procedure. But, no any dialog appears when I'm initiating the connection. Further I got to know form this post:

[android-developers] Bluetooth pairing problem

2010-06-29 Thread margo
Hi, I am trying to create SPP connection with glucose meter. I can successfully pair with device and I can successfully establish connection however no data can be transferred because device must be paired with passkey. Sadly I cannot pair with passkey for some reason. Log shows that device

[android-developers] Bluetooth pairing request

2010-04-02 Thread RafaƂ Grzybowski
Hello there 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