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

Commit 4cce3f5a 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:...

Merge "Add the package name to setBluetoothTethering" am: 3342bd75 am: da26e7bc am: 6971572c am: 9e641a55
am: 65b73952

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