Add in setActiveDevice in aidl to implement API in AdapterService

Bug: 145004683
Test: Manual
Change-Id: I1b6c8e8cc4a25c867ff0e7bfc093043d84ad0981
diff --git a/binder/android/bluetooth/IBluetooth.aidl b/binder/android/bluetooth/IBluetooth.aidl
index d095682..e1ac8cd 100644
--- a/binder/android/bluetooth/IBluetooth.aidl
+++ b/binder/android/bluetooth/IBluetooth.aidl
@@ -149,4 +149,6 @@
 
     boolean connectAllEnabledProfiles(in BluetoothDevice device);
     boolean disconnectAllEnabledProfiles(in BluetoothDevice device);
+
+    boolean setActiveDevice(in BluetoothDevice device, in int profiles);
 }