project set up: Development board used nrf52832 ,SDK 15.0 ,SEGGER 5.10
actually i want to read data string from ESP32 using nrf52832 via UART (RX,TX) and send it to nrf connect app.
for that used example code ble_app_uart_c from ble_central folder.
but i m not able to scan device.
how to link nrf52832 with nrf connect app using ble_app_uart_c example.