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

Commit cc8781c5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix for BluetoothPan#setBluetoothTethering which is deprecated in T."...

Merge "Fix for BluetoothPan#setBluetoothTethering which is deprecated in T." am: c5693fc5 am: 05c809f3 am: 60e1a95f am: 41fdc8bf

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2046987



Change-Id: Ic98b05707720f7f1deb4150fe71bb72def0ba3d5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 68a1ad98 41fdc8bf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -484,9 +484,6 @@ public class PanService extends ProfileService {
                    return;
                }
            }
        } else if (mBluetoothTetheringCallbacks.isEmpty()) {
            Log.e(TAG, "setBluetoothTethering: " + value + ", Error: no callbacks registered.");
            return;
        }
        if (mTetherOn != value) {
            //drop any existing panu or pan-nap connection when changing the tethering state