Hello , I'm using nRF52832 DK and running the ble_app_multilink_central example . Here i want the list of beacons and get data from the specific beacon . I tried changing the
m_target_periph_name . And also i checked the on_adv_report() function to get the beacons around . But i'm getting a empty list . Can you provide
code snippet that will log the beacon around and can connect to a specific beacon .
.Here is the modified main.c code . When i try to run the example , garbage value comes .