Hi,
I have two nrf51 devices one is the master and other a slave device. I need to lock these two devices permanently. What I mean is that these two devices can only connect to each other but not any other device. My requirement is as follows.
1.) The master should only look for the corresponding slave and connect to it.
2.) The slave should advertise to announce itself but only accept connection request from corresponding master.
3.) Is there a possibility to make connection between master and slave without advertisements from slave?
Could you suggest what is the best method. I am currently using sdk version 10.
Thanks in advance