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

After BLE_GAP_EVT_DISCONNECTED event advertisement module stops

Hi

I have written this code based on a sample from SDK12. The board is a pca10040 and nRF52832 chip. It seems like after disconnection from the master device the Softdevice is not starting the advertisement again, which according to the documentation should be the case. I have to reset the board using nrfjprog in order to start advertising again. I do not handle this even in the code and I found out that BLE_GAP_EVT_DISCONNECTED is fired by SoftDevice after disconnection. Please advise. This a show stopper.

Related