Hi, I have a implemented a Android service which start a Bluetooth server. This is based on the example "Connecting as a server" as found on http://developer.android.com/guide/topics/wireless/bluetooth.html.
How can I detect if Bluetooth if is turned on by the user? Is there a notification in Adroid that my service can subscribe to? In my current implementation I periodically poll the BluetoothAdapter as shown below itsBTAdapter.isEnabled(). Regards Martien -- 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

