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

Commit 87e0ea1e authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Add in setActiveDevice in aidl to implement API in AdapterService

Bug: 145004683
Test: Manual
Change-Id: I1b6c8e8cc4a25c867ff0e7bfc093043d84ad0981
parent 4435a4e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -149,4 +149,6 @@ interface IBluetooth

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

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