hi, i am working on ble project where i am trying to develop a project with master(mobile phone)-bridge(acting as master and slave,nrf board)-slave(nrf board) .i use the progam nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\ experimental\app_s130_demo\pca10028\s130\arm4.
In this program, in order to connect with slave we have to give the address of slave at the beginning,which is undesired if you have many slaves(say100)and only with those slaves whose address is mentioned the master gets connected .(May be this code works for any slaves to be connected even with those whose address is not mentioned .For that i think that we may receive the address of any slave in some variable but i haven't understood that variable or so.)
so inorder to connect with any slave that is advertising what shall be done??
please help