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

Commit 9e641a55 authored by Mark Chien's avatar Mark Chien Committed by android-build-merger
Browse files

Merge "Add the package name to setBluetoothTethering" am: 3342bd75 am: da26e7bc

am: 6971572c

Change-Id: Ic644af7f911cd2988069d5cc05627b788e22f45d
parents 74c85648 6971572c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ import android.bluetooth.BluetoothDevice;
interface IBluetoothPan {
    // Public API
    boolean isTetheringOn();
    void setBluetoothTethering(boolean value);
    void setBluetoothTethering(boolean value, String pkgName);
    boolean connect(in BluetoothDevice device);
    boolean disconnect(in BluetoothDevice device);
    List<BluetoothDevice> getConnectedDevices();