Hi,
I am using nrf51822 and SDK 8.0.0 , SD2.1.0 as an central and SD8.0.0 as peripheral. I am following ble_app_multilink_central and ble_app_multilink_peripheral example codes from SDK 8.0.0.
I have 1 central and 8 peripherals. After connection with peripherals, with some connection central always receive NRF_ERROR_BUSY in notif_enable function while writing CCCD. I am trying to write again after some delay(atleast one connection interval) but I still receive NRF_ERROR_BUSY. This problem is not frequent but happens once after 10 connection try.
What is the possible reason of NRF_ERROR_BUSY never getting reset.
Thanks