How to read scan response data (peripheral name) inside the nrf_uart_c (central)?

I have beacon that broadcast its name with type 09. I cannot get it while scanning of nrf_uart_c (adv_report). 

I assume I need to activate scan_req and then parse the response data - how can I do it?

Related