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

Commit bd15c98b authored by Rahul Sabnis's avatar Rahul Sabnis Committed by Gerrit Code Review
Browse files

Merge "Modify aidl to support new connect/disconnect interface"

parents 14b978e0 1c7085a8
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);
}