Loading framework/java/android/bluetooth/BluetoothAdapter.java +1 −6 Original line number Diff line number Diff line Loading @@ -1592,12 +1592,7 @@ public final class BluetoothAdapter { @RequiresBluetoothConnectPermission @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean disable() { try { return mManagerService.disable(mAttributionSource, true); } catch (RemoteException e) { Log.e(TAG, "", e); } return false; return disable(true); } /** Loading Loading
framework/java/android/bluetooth/BluetoothAdapter.java +1 −6 Original line number Diff line number Diff line Loading @@ -1592,12 +1592,7 @@ public final class BluetoothAdapter { @RequiresBluetoothConnectPermission @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean disable() { try { return mManagerService.disable(mAttributionSource, true); } catch (RemoteException e) { Log.e(TAG, "", e); } return false; return disable(true); } /** Loading