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

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

Merge "Remove connect method from IBluetoothMap"

am: 9f011f58

Change-Id: I532ac9a29c541fb30d3d95a3fce003f4377ed3b9
parents 4db917c0 9f011f58
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();