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

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

Merge "Add the package name to setBluetoothTethering"

am: 3342bd75

Change-Id: I10ec18047287fe7b82cde5d267474a9ee3dbc041
parents 880e5f68 3342bd75
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();