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

Commit 48206e75 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Pipe through attributionTag through BT

Test: TH
Bug: 136595429
Change-Id: I502724692bc52e3113a62960cccda5eb1ecd4f99
Exempt-From-Owner-Approval: 1:1 cherry-pick
parent da320f71
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();