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

Commit 53faf794 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Automerger Merge Worker
Browse files

Merge "Pipe through attributionTag through BT" am: f0d9e30e

Change-Id: Ic12d5da58a709c08858a5f91863ae2e757a49489
parents 2c5515a0 f0d9e30e
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, String pkgName);
    void setBluetoothTethering(boolean value, String pkgName, @nullable String attributionTag);
    boolean connect(in BluetoothDevice device);
    boolean disconnect(in BluetoothDevice device);
    List<BluetoothDevice> getConnectedDevices();