Merge change 25854 into eclair

* changes:
  Add UUID intent to BluetoothDebug app.
diff --git a/apps/BluetoothDebug/AndroidManifest.xml b/apps/BluetoothDebug/AndroidManifest.xml
index ae77e01..784526e 100644
--- a/apps/BluetoothDebug/AndroidManifest.xml
+++ b/apps/BluetoothDebug/AndroidManifest.xml
@@ -23,6 +23,7 @@
                 <action android:name="android.bluetooth.device.action.NAME_FAILED" />
                 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
                 <action android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
+                <action android:name="android.bluetooth.device.action.UUID" />
 
                 <action android:name="android.bluetooth.headset.action.STATE_CHANGED" />
                 <action android:name="android.bluetooth.headset.action.AUDIO_STATE_CHANGED" />