On Dec 10, 9:29 pm, zedoriah <[email protected]> wrote: > What i'm wondering is if there's a way to do this in reverse. For the > Droid to act as anA2DP/ Headset Sink (client) instead?
I had this idea on my mind too and I have made just a few investigations. Android uses the bluez stack for bluetooth and there is support for a2dp sink since version 4.46 (see http://planet-soc.com/node/6698) But apparently android (in particular cyanogen) uses bluez 3.36. So I think to get it work two steps are required: * Update bluez on android to version 4.46 or later. I do not know if API has changed since then and if it would break compatibility to android framework. * Client application for playing audio stream hermann -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
