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

Commit 2b87575d 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

Change-Id: I422933fc3009283adf4bed1a712741083511ad5c
parents d7fae3f9 6fcfd3b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -146,4 +146,6 @@ interface IBluetooth


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

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