Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaf0f4c1 authored by Rahul Sabnis's avatar Rahul Sabnis Committed by android-build-merger
Browse files

Merge "Remove connect method from IBluetoothMap" am: 9f011f58 am: 7c071062

am: f6e4ecac

Change-Id: Ife57bff8a0e96ad0bb8764ebce4ffd91ca9dafd0
parents a7fb676c f6e4ecac
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ import android.bluetooth.BluetoothDevice;
interface IBluetoothMap {
    int getState();
    BluetoothDevice getClient();
    boolean connect(in BluetoothDevice device);
    boolean disconnect(in BluetoothDevice device);
    boolean isConnected(in BluetoothDevice device);
    List<BluetoothDevice> getConnectedDevices();