Hello all.

I have a question about audio routing to bluetooth headset.

Now I'm developing voip application and I want to support bluetooth
headset.
I found the API 'setBluetoothScoOn(boolean on)' in AudioManager class.

So I applied it. But it doesn't work. What I did is,
As soon as the call is connected, firstly I set the audio mode as
MODE_IN_CALL
and then set setBluetoothScoOn(true).

I think if I do this the audio path will be changed and I can
communicate using
BT headset. But nothing heard. Am I do something wrong? Do I miss
something?

Please give me an advice. Thanks in advance.

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to