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

Commit 05c809f3 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." am: c5693fc5

parents 0ef8896e c5693fc5
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