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

Commit d32db796 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5885124 from 74709ea3 to qt-qpr1-release

Change-Id: I863b75aa7d7fe30151e1e53fb4aeaa4ac9ebaef6
parents 9f0844c4 74709ea3
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();