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

Commit f6e4ecac 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

Change-Id: Ifa000b4c9d3cd0a937f2d288425eb86d72c6fcd9
parents 5138299f 7c071062
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();