Hello. I'm sorry for my bad English.
I'm currently working on a development using nRF52840 based on ble_app_blinky, which is an example of s140 and peripheral. So, I want to receive SCAN_REQ packet as an event from the demand of application. (I don't change anything about SCAN_REF).
I have consulted other questions posted in the past and the API reference, but I don't understand it.
(1) Can I receive SCAN_REQ as an event in the first place?
(2) If it is possible, please tell me the specific code, and it would be better if I can check it by outputting to NRF_LOG.
Best regards.