On Mon, Mar 30, 2009 at 7:58 PM, katherine <[email protected]> wrote: > > Hi, > > I'm going to test the bluetooth handset/handsfree on my platform, but > I don't have the phone module. Any one did such kind of test? Thanks a > lot in advance!
BluetoothHeadset.startVoiceRecognition() will try to set up a SCO channel without any telephony activity. You should be able to stream regular media through the SCO channel using this. This should be enough for a smoke test of SCO. You can also look at the debug properties at the bottom of BluetoothHandsfree.java and BluetoothHeadsetService.java. There are some that allow you to manually initiate a SCO connection. We use this for HSP/HFP qualification. I'm not going to provide detailed instructions on how to use these, please read the code carefully. Nick --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
