Disconnect device with reason 8.

Hi!

I used SDK15 (may be 15.3) with s132_nrf52_6.0.0_softdevice

I used nRF52832 in two modes in one time.


When I stay in connect with my peripherial to a central device, I start advertise for another connect.
When another central device (mobile phone) connected to my peripherial nRF52, as 2-nd connection, after connect, I get disconnect with reason 8 from nRF52 debugger.

How can I fix it? I can't understand why I got disconnect? I understand that this error means timeout. But I have 


#define SUPERVISION_TIMEOUT         MSEC_TO_UNITS(4000, UNIT_10_MS) 


this setting set 40 seconds for timeout, as I understand.

So, any advice how to fix this.

Related