Loading framework/java/android/bluetooth/BluetoothPan.java +1 −1 Original line number Diff line number Diff line Loading @@ -367,7 +367,7 @@ public final class BluetoothPan implements BluetoothProfile { final IBluetoothPan service = getService(); if (service != null && isEnabled()) { try { service.setBluetoothTethering(value, pkgName); service.setBluetoothTethering(value, pkgName, null); } catch (RemoteException e) { Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); } Loading Loading
framework/java/android/bluetooth/BluetoothPan.java +1 −1 Original line number Diff line number Diff line Loading @@ -367,7 +367,7 @@ public final class BluetoothPan implements BluetoothProfile { final IBluetoothPan service = getService(); if (service != null && isEnabled()) { try { service.setBluetoothTethering(value, pkgName); service.setBluetoothTethering(value, pkgName, null); } catch (RemoteException e) { Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); } Loading