At the moment I am trying to update my application to Android 1.5. In Android 1.1 I was able to detect the BT state with catching the following broadcasts:
<action android:name="android.bluetooth.intent.action.ENABLED" /> <action android:name="android.bluetooth.intent.action.DISABLED" /> <action android:name="android.bluetooth.intent.action.REMOTE_DEVICE_FOUND" /> <action android:name="android.bluetooth.intent.action.REMOTE_DEVICE_DISCONNECTED" / > <action android:name="android.bluetooth.intent.action.REMOTE_DEVICE_CONNECTED" / > <action android:name="android.bluetooth.intent.action.BONDING_CREATED" /> After testing with Android 1.5 I recognized that only: <action android:name="android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED" / > is available. How can I detect the specific state of Bluetooth in 1.5? With the settings I can only differentiate between BT on and off. I'm looking forward reading your answer. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

