i am working ble_app_uart example here in peripheral i changed the advertising mode from connectable to non_connectable mode and i checked in nrfConnect app the peripheral is not connecting as far everything is fine but if i use central example in another DK the central hangs i fit detect peripheral DK. The central code i added ADV_REPORT switch case in ble_adv_handle() and it is giving UUID,TX POWER of received advertisement except ble_app_uart peripheral. once the peripheral is detected the advertising LED stays in ON state and no debug statements i could see.
can anyone help me to understand why central hangs if it detects the peripheral advertisement?is it like central is trying to connect so that it hangs?