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

Commit 02372fe8 authored by Rahul Sabnis's avatar Rahul Sabnis Committed by android-build-merger
Browse files

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

am: 2b87575d

Change-Id: I8386e1e43fb891da2d8c1b67d551345d710d202c
parents ffe377d8 2b87575d
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);
}