My code is on the multi-link example and it works well when I use another nrf52dk board as the "Nordic_Blinky" peripheral device, but it can't find my other BLE device.
Is it the right function to find and pair the device name from the advertising report?
(ble_advdata_name_find(p_adv_report->data.p_data,
p_adv_report->data.len,
m_target_periph_name))
I already change the target device name fitting to my BLE device and I am using nrf52dk and SDK15.
Thank you in advance.