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

Make ble_uart_app discoverable and connectable (advertising) forever

I am using nRF51-DK hardware and working on the ble_uart_app s130 SDK_11

Upon power-up, nRF51 is discoverable and connectable. After sometime, it is no longer discoverable and connectable (advertising). I would like to make it discoverable and connectable forever. I do not want this state to time-out after some time. Which part of the code is relevant? Which module should I look at? Thank you.

Related