Hi all,
I follow advice here "devzone.nordicsemi.com/.../nrf52832-ble-scan
" to do the ble scan, I have question that there is a function to store scanned ble to the list (device_to_list_add) and another function to clear this list (scan_device_info_clear).
Is there a case that these 2 functions are called and modify the list scanned ble varable the same time, because they are called by different sources (scan_evt_handler event triggers device_to_list_add, and adv_list_timer_handle timer trigger scan_device_info_clear)
Thank you.