[android-beginners] Re: bluetooth api

2009-01-14 Thread Genesio
I've found what you were talking about: http://android-developers.blogspot.com/2008/08/some-information-on-apis-removed-in.html Thanks Genesio On Jan 13, 8:35 pm, Raymond Rodgers wrote: > Genesio wrote: > > "They will add theBluetoothAPI..." > > > How do you know that? > > I don't see any refe

[android-beginners] Re: bluetooth api

2009-01-13 Thread Raymond Rodgers
Genesio wrote: > "They will add the Bluetooth API..." > > How do you know that? > I don't see any reference to a complete bluetooth stack support (DUN, > OBEX, and so on) in any official google press release or similar. > > Even the imminent "cupcake" update doesn't bring this to the user/ > devel

[android-beginners] Re: bluetooth api

2009-01-13 Thread Genesio
"They will add the Bluetooth API..." How do you know that? I don't see any reference to a complete bluetooth stack support (DUN, OBEX, and so on) in any official google press release or similar. Even the imminent "cupcake" update doesn't bring this to the user/ developer (it only adds A2DP, whic

[android-beginners] Re: bluetooth api

2009-01-13 Thread silverberg.ode...@googlemail.com
They will add the Bluetooth API when it's ready. At the time when SDK 1.0 was released, the Bluetooth API wasn't finished and they didn't wanted to release an unfinished API, because the API has to be supported for many years and big changes would break the applications using it. On Jan 13, 12:25

[android-beginners] Re: bluetooth api

2009-01-13 Thread Genesio
As I already wrote in another post, the current Android SDK doesn't allow developers to use the complete Bluetooth stack, but only expose functionality to use/control headsets (audio profile). Bye Genesio --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Re: Bluetooth api

2008-04-28 Thread Megha Joshi
Hi Prashant, The bluetooth APIs as available in android.org.bluez package. http://code.google.com/android/reference/org/bluez/package-summary.html The emulator does not have bluetooth capabilities. Thanks, Megha On Sun, Apr 27, 2008 at 6:10 AM, Prashant Kalkar <[EMAIL PROTECTED]> wrote: > > Doe