use ncs1.5.0 and sample peripheral_uart ,a board with nrf5340 . load app core hex and net core hex in nrf5340, i use a andriod app can connect nrf5340 through ble.
but below situation ,app can not connect nrf5340:
first force app in phone to discard the ble connection ,then use app to reconnect NRF5340
,but APP now can not find nrf5340 ble device name and ble service .
how can i modify peripheral_uart code and make app can reconnect nrf5340 through ble in this situation ?
may peripheral_uart code make nrf5340 be a ble client.