I am calling startBluetoothSCO and according to the docs, I should be waiting for the state change: As the SCO connection establishment can take several seconds, applications should not rely on the connection to be available when the method returns but instead register to receive the intentACTION_SCO_AUDIO_STATE_UPDATED<http://developer.android.com/reference/android/media/AudioManager.html#ACTION_SCO_AUDIO_STATE_UPDATED> and wait for the state to be SCO_AUDIO_STATE_CONNECTED<http://developer.android.com/reference/android/media/AudioManager.html#SCO_AUDIO_STATE_CONNECTED> .
I am at a loss as to how to do that... -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

