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

Commit db85c607 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 am: 53faf794

Change-Id: I7fedeae97290ae71008041ad6cf15d394614420a
parents cc09a7ac 53faf794
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();