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

Commit 7bc2fc1f authored by Rahul Sabnis's avatar Rahul Sabnis Committed by android-build-merger
Browse files

Merge "Modify aidl to support new connect/disconnect interface" am: bd15c98b

am: c2a70e0e

Change-Id: I69bfd9a6e1810da981327211f947bbd4af6ca1c0
parents a884d3fd c2a70e0e
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);
}