If anything in that works for you, fine, but I don't think it will. The most notable line in it says "In both cases, the default settings for the HC-05 were fine. " which, since the default setting for the HC-05 is slave-mode, is probably not what you want to hear. I believe the matter is made even more deceptive by being specifically about the HC-05.
I now understand that you want Arduino<>bluetooth<>Arduino comms since, essentially to want one to act as a base station for the other, thereby allowing you to collect all the data from one point with the phone. This requires one Arduino to be on a master and, yes, the HC-05 may be configured as a master.
It looks like it can all be done, you even occasionally hear people say they've done it but, I submit that, if you ever want to see a discussion on this forum evaporate at blinding speed, all you need do is ask them to lay the cards on the table and describe exactly how they did it. Indeed, I'm sure there was a thread here where somebody said he had done this and then removed it. I have even wondered if somebody (not me!) called his bluff.
There is even a vague implication of the necessary commands in the HC-05 data sheet but I believe this is open to interpretation, and maintaining that belief until there is clear evidence of somebody else's success is probably a good idea.
Note that Cantin does not use the HC-05. He uses Bluesmirf for both master and slave, but I can't see why the HC-0x would not be OK for the latter.
I'm not saying it can't be done with HC-0x, I'm only saying I have not seen clear description of how to do it, and there is quite a lot of confusion. I believe this could be because there are varying degrees of master, and the HC-05 does not have the master commands to do this job, but I have never had need to configure an HC-05 and I have no proper explanation.
What we are talking about here is walking the 10m to the other bluetooth. If you can to that, you do it via Easy Street. If you can't, you may find it better to talk bluetooth by phone, which is easy, but use NRF24 for the Arduino<>Arduino relay, which is only slightly less easy but very well documented.