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

Commit aa3a2f8c authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Remove connect method from IBluetoothMap

Bug: 143495377
Test: Manual
Change-Id: Icfd485b72ed14cfdc768e5cce4eceeebcafc466e
parent 8b518cd2
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();