I’ve been searching for a while and there doesn’t seem to be a way. But..
Is there any intent filter for the connection state of a bluetooth device? I tried using. BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED but that is never recieved. Yes I do register the intent filter.
In logcat I see BluetoothService Making callback for “UUID” with result 1 right after the device is connected but nothing os received
Try the below,
Details: http://learnandroiddevelopment.blogspot.in/2011/02/android-how-to-find-bluetooth-status.html
Using IntentFilter, Sample: How to programmatically tell if a Bluetooth device is connected? (Android 2.2)