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

Commit 2c4057b4 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add new function getMostRecentlyConnectedDevices to IBluetooth.aidl"...

Merge "Add new function getMostRecentlyConnectedDevices to IBluetooth.aidl" am: 37da5d3e am: 6824623a am: e83706e5

Change-Id: Ida49eac7efc23db5a951c27673f84b492fcbf889
parents 3aa071f1 e83706e5
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();
}