This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Central getting disconnected automatically after few seconds with 0x08 reason.

Hello,

I am using custom nrf52832 PCB as central role. Also i have the peripheral with similar board . Peripheral communication is working properly if connected with the mobile device. 

Where as the custom board with example code given by SDK V 15.2. The central gets connected with the peripheral . After 5-6 seconds appx. central gets disconnected from peripheral with 0x08 reason of event TIMEOUT. 

I have added debug logs to every possible disconnect event in both the central and peripheral code. But the log gets only at peripheral side with disconnection reason. where central does not give any error. I am not understanding the reason behind this. Can anybody tell what should i do?

Related