Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52 SDK16 multi-link central does not reconnect to peripherals

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

Related