Merge "API Review: factoryReset->clearBluetooth"
diff --git a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothFacade.java b/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothFacade.java
index 1fe343b..0263c90 100644
--- a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothFacade.java
+++ b/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothFacade.java
@@ -329,7 +329,7 @@
 
     @Rpc(description = "Factory reset bluetooth settings.", returns = "True if successful.")
     public boolean bluetoothFactoryReset() {
-        return mBluetoothAdapter.factoryReset();
+        return mBluetoothAdapter.clearBluetooth();
     }
 
     @Rpc(description = "Toggle Bluetooth on and off.", returns = "True if Bluetooth is enabled.")