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

Commit c5693fc5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents b2f3d4ba f236dec7
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -484,9 +484,6 @@ public class PanService extends ProfileService {
                    return;
                    return;
                }
                }
            }
            }
        } else if (mBluetoothTetheringCallbacks.isEmpty()) {
            Log.e(TAG, "setBluetoothTethering: " + value + ", Error: no callbacks registered.");
            return;
        }
        }
        if (mTetherOn != value) {
        if (mTetherOn != value) {
            //drop any existing panu or pan-nap connection when changing the tethering state
            //drop any existing panu or pan-nap connection when changing the tethering state