[android-developers] Re: Bluetooth pairing request

2010-04-28 Thread Ryan DeVore
I'm interested in this topic as well. I'm new to Android development, but am working on an app that will connect to an off the shelf Serial Port Profile device. When my code attempts to connect to an unpaired device, the only thing I see on screen is the notification at the top of the device. I

Re: [android-developers] Re: Bluetooth pairing request

2010-04-28 Thread Max Gilead
Just a wild guess but maybe there is a way to pull down notification area programmatically so it's obvious to the user that there's something to click on? It's obviously a workaround but would be better than nothing. On 28 April 2010 17:16, Ryan DeVore ryan.dev...@fs.utc.com wrote: I'm

[android-developers] Re: Bluetooth pairing request

2010-04-21 Thread Nand
Hi, Did you get the solution for your problem? Even I want to do the same. Please reply. Regards, Nand -- 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

[android-developers] Re: Bluetooth pairing request

2010-04-18 Thread Rafał Grzybowski
But when the devices are paired using Settings/Wireless networks/Wi- Fi then the notification is skipped and the dialog is shown immediately. I need the same... On Apr 14, 11:15 am, VovaN vladimir.nedashkivs...@gmail.com wrote: If you click on notification dialog'll  appear. It's Android

[android-developers] Re: Bluetooth pairing request

2010-04-14 Thread VovaN
If you click on notification dialog'll appear. It's Android behavior. On Mar 30, 11:02 am, Rafał Grzybowski aguyngue...@gmail.com wrote: Hello there When myBluetoothapplication is about to create SPP connection to the unpaired remote device, pairing notification is displayed. From the