I have a custom board that I have programmed using the UART_BLE example. The code executes and I know I am advertising since LED1 blinks meaning it is advertising but for some reason on the nRF app on my phone I cannot find the device.
I have set the LF clock to the RC setting (NRFX_CLOCK_CONFIG_LF_SRC = 0 and NRF_SDH_CLOCK_LF_SRC = 0), and the only other thing I changed was the pin assignments and some debug (printf) variables (nrf_log_deferred to 0).
What could be the reason that I cannot find the device on the app?