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

Commit d311cd75 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add the package name to setBluetoothTethering" into qt-qpr1-dev

parents 02c09fbf 6fb8ee6d
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();