Merge "Remove connect method from IBluetoothMap"
diff --git a/binder/android/bluetooth/IBluetoothMap.aidl b/binder/android/bluetooth/IBluetoothMap.aidl
index 562490e..1274787 100644
--- a/binder/android/bluetooth/IBluetoothMap.aidl
+++ b/binder/android/bluetooth/IBluetoothMap.aidl
@@ -26,7 +26,6 @@
 interface IBluetoothMap {
     int getState();
     BluetoothDevice getClient();
-    boolean connect(in BluetoothDevice device);
     boolean disconnect(in BluetoothDevice device);
     boolean isConnected(in BluetoothDevice device);
     List<BluetoothDevice> getConnectedDevices();