Hello there,
I'm trying to implement a system in which only the whitelisted devices are allowed to scan but every device is allowed to send a connectino request.
As I've checked the adv_filt_policy in user_config.h there is such an option for the filtering policy. However, when I set this option, I'm not able to see my device and send a connection request. Could you please give me some instructions about how can I fix this issue and implement such an idea?
My goal is to indicate when a whitelisted device has sent a scan request.
Currently, I've based my work on ble_app_security example of the sdk and scan_request_tracker example.
Regards,
Hamid