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

Commit c2a70e0e 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

Change-Id: Ifdfb7453d85a856dcfea7f4c326f011fade69a88
parents bcdbc3d9 bd15c98b
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);
}