Dear Nordic
I am using nRF5 SDK 16.0.0_98a08e2 , and studying the example ble_central\ble_app_uart_c.
I found that in function
static void ble_evt_handler(ble_evt_t const * p_ble_evt, void * p_context)
BLE_GAP_EVT_ADV_REPORT disappeared, while I remember that there was BLE_GAP_EVT_ADV_REPORT in previous versions of nRF5 SDK.
Could you please tell me that why you remove BLE_GAP_EVT_ADV_REPORT in ble_central\ble_app_uart_c of SDK 16?
Thank you very much!