Re: [android-developers] Re: connection to bluetooth earpiece

2011-09-06 Thread Fabien R
On 09/07/2011 06:37 AM, aditya prakash wrote: > I am having the same problem... > I cant access BT A2DP. > How to use it for android 2.2. > I found a workaround for my needs. I use AudioManager + AudioRecord + AudioTrack. -- You received this message because you are subscribed to the Google Gro

Re: [android-developers] Re: connection to bluetooth earpiece

2011-09-06 Thread aditya prakash
I am having the same problem... I cant access BT A2DP. How to use it for android 2.2. On Fri, Sep 2, 2011 at 7:14 PM, the_edge123 wrote: > > > On Aug 31, 3:57 am, James <030440...@163.com> wrote: > > You never need to do this. If you want to transfer music toearpiece, > > You just need to start

[android-developers] Re: connection to bluetooth earpiece

2011-09-02 Thread the_edge123
On Aug 31, 3:57 am, James <030440...@163.com> wrote: > You never need to do this. If you want to transfer music toearpiece, > You just need to start a intent to let user enable BT and connect to > theearpiece. > This is the BT A2DP protocal which android already implemented. BTW, I > think a norm

[android-developers] Re: connection to bluetooth earpiece

2011-08-30 Thread James
You never need to do this. If you want to transfer music to earpiece, You just need to start a intent to let user enable BT and connect to the earpiece. This is the BT A2DP protocal which android already implemented. BTW, I think a normal server socket could not work for you. On Aug 30, 11:36 pm,

[android-developers] Re: connection to bluetooth earpiece

2011-08-30 Thread Fabien R
On 08/30/2011 05:36 PM, the_edge123 wrote: > Hello, > > I want to connect my app to a BT earpiece so that the sound coming > from the mike is heard on the phone and the sound played by the app is > heard in the BT earpiece. > My approach is to open a bluetooth server socket. Once the connection >