Hi all,
I met a problem of bluetooth headset. I want to switch audio playing
to bluetooth headset when bluetooth headset is paired. I found
BluetoothDevice in android sources which can controll bluetooth.
However it is not contained in android.jar. So I used
AudioManager.setBluetoothScoOn(true), but it still can't work. This
problem has troubled me a long time. I do appreciate your help. Thanks

