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

Commit 9f011f58 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove connect method from IBluetoothMap"

parents 8e8badfb aa3a2f8c
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();