Hi, I am developing a multi-link central using NRF52832 and SDK 16. I have implemented the scanning part and NRF_BLE_SCAN_SCAN_DURATION = 0. I am using address filter for scanning and it works as well.
When I power both central and peripheral, central connect with the peripheral.
When both are connected, if i remove power from central and re apply power, central connect with the peripheral.
When both are connected, if i remove power from peripheral and re apply power, central does not connect with the peripheral.
Any suggestions to fix the issue?
Thanks