This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to get BLE scan result

Hi,

I am using nrf52832 development board with sdk 17.0.2 and S132 softdevice. My requirement is to scan and advertise at the same time. I am using the ble_app_template as a base code and added the  'nrf_ble_scan_init(&m_scan, NULL, NULL)' and ' nrf_ble_scan_start(&m_scan)' functions to test the scanning functionality. But how do I get the scanned devices name and other details? If that is possible, then I need to call it periodically and print it using UART.

Parents Reply Children
Related