Hello everyone,
I am using the NRF5340-DK development board, but I am having trouble restarting advertising when my smartphone connects or disconnects from the board. Once I connect and pair my smartphone, advertising stops. I am trying to restart it after the BLE disconnect callback, but despite no function returning an error, I cannot see the board advertising on my smartphone. Below is a snippet of my code:
And my StartAdvertise function:
Does anyone know if this is the normal behaviour, or how can I fix this?
Best regards.