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

Commit 6452c92a authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Add new function getMostRecentlyConnectedDevices to IBluetooth.aidl

Bug: 130984590
Test: Manual
Change-Id: I1a921ad1ba2d21c1f8ccd668ea01a5a59eb82e31
parent 64ac98cf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -144,4 +144,6 @@ interface IBluetooth
    boolean disconnectAllEnabledProfiles(in BluetoothDevice device);

    boolean setActiveDevice(in BluetoothDevice device, in int profiles);

    List<BluetoothDevice> getMostRecentlyConnectedDevices();
}