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

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

Add removeActiveDevice to IBluetooth.aidl

Bug: 147428526
Test: Manual
Change-Id: I4f8e526d8f4924841f1d29aed101915ad6d97df0
parent 5e4de052
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -146,4 +146,6 @@ interface IBluetooth
    boolean setActiveDevice(in BluetoothDevice device, in int profiles);

    List<BluetoothDevice> getMostRecentlyConnectedDevices();

    boolean removeActiveDevice(in int profiles);
}