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

Commit f19b6938 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add in setActiveDevice in aidl to implement API in AdapterService" am:...

Merge "Add in setActiveDevice in aidl to implement API in AdapterService" am: 6fcfd3b7 am: 02372fe8

Change-Id: I542088558e829a885b054d158723cf569517ca18
parents 8c6a5f8e 02372fe8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -146,4 +146,6 @@ interface IBluetooth

    boolean connectAllEnabledProfiles(in BluetoothDevice device);
    boolean disconnectAllEnabledProfiles(in BluetoothDevice device);

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