HI everybody, im currently looking for the way that my app knows when the phone has being paired and connected to a bluetooth headset device.
I read something about this intent, but not on the Reference documentation of http://developer.android.com android.bluetooth.a2dp.intent.action.SINK_STATE_CHANGED is this actually working, is it officially supported. I mean, can we just register a broadcastreceiver to handle this intent , check for the EXTRA_STATE string extra to see if it equals STATE_CONNECTED and be sure that the phone is now connected with a bluetooth headset device ??? What about this BluetoothA2dpService class?? There is no official documentation about this, everything i found i from code snippets of the android OS source code. What do you guys think about this? Greetings, Alex.
-- 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

