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

Commit 1c7085a8 authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Modify aidl to support new connect/disconnect interface

Bug: 143495377
Test: Manual
Change-Id: Ieea68dbd29bf39948e59610dfaa0f0aadb951530
parent 5c099829
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -146,4 +146,7 @@ interface IBluetooth

    void onLeServiceUp();
    void onBrEdrDown();

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