Loading android/app/src/com/android/bluetooth/pan/PanService.java +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
android/app/src/com/android/bluetooth/pan/PanService.java +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading