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

Commit 41fdc8bf 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

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



Change-Id: Ic9339cd63db88fab2b04ca017e49423a80c530e5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ee8f195e 60e1a95f
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