I have a question. The sample code I modified is nRF52832\examples\ble_central\ble_app_uart_c.
Scanning will be triggered when scan_start() is called. The device has been found in BLE_GAP_EVT_ADV_REPORT in nrf_ble_scan_on_ble_evt.
Now, I prepare a NUS peripheral connected to the center. However, when I call scan_start() in this connection state, I will not receive nrf_ble_scan_on_ble_evt unless I disconnect from the NUS peripheral.
Does anyone know where the problem is or what am I missing?