hai ,
In my application , my nrf52840 device in peripheral mode to connect with central (ESP32).
then if i get a mac id from central ,i need to connect over with central role with MAC ID to another peripheral(NRF DEVICE).
here,
in my scenario at first scan_init() is called in main function when peripheral role connected with esp32 scan_start() function will start to scan the beacons then will get a mac id from esp32 (central) then switch over to central to connect with peripheral (NRF DEVICE) based on the mac id.
how to connect with mac id at runtime???
Thanks,