[android-beginners] Re: confusion about bluetooth

2009-09-14 Thread Rafa Perfeito
Java level? At what other level is available? Native? On Sat, Sep 12, 2009 at 2:55 AM, Roman ( T-Mobile USA) roman.baumgaert...@t-mobile.com wrote: Nope, there is nothing available on Java level. You could try to write some JNI wrapper to access the interfaces on native level (look in

[android-beginners] Re: confusion about bluetooth

2009-09-11 Thread cellurl
How about USB? Can we access USB from Java? -jim On Aug 24, 2:02 pm, gymshoe gyms...@bresnan.net wrote: Ah. Thank you. On Aug 24, 12:58 pm, Mark Murphy mmur...@commonsware.com wrote: The current Android release offers: StereoBluetoothsupport (A2DP and AVCRP profiles)

[android-beginners] Re: confusion about bluetooth

2009-09-11 Thread Roman ( T-Mobile USA)
Nope, there is nothing available on Java level. You could try to write some JNI wrapper to access the interfaces on native level (look in extern/bluez folder). -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of

[android-beginners] Re: confusion about bluetooth

2009-08-24 Thread gymshoe
Ah. Thank you. On Aug 24, 12:58 pm, Mark Murphy mmur...@commonsware.com wrote: The current Android release offers: Stereo Bluetooth support (A2DP and AVCRP profiles) (http://developer.android.com/sdk/android-1.5-highlights.html) However, it has also been stated in the developers forum:

[android-beginners] Re: confusion about bluetooth

2009-08-24 Thread Mark Murphy
The current Android release offers: Stereo Bluetooth support (A2DP and AVCRP profiles) (http://developer.android.com/sdk/android-1.5-highlights.html) However, it has also been stated in the developers forum: There is no Bluetooth API in the SDK at this time.