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

Is SCAN_RSP notified only after ADV_SCAN_IND?

Target is nrf52832+SoftDeviceS132

When run ActiveScan,

Is SCAN_RSP advertise_report notified only after ADV_SCAN_IND advertise_report?

If I receive only the SCAN_RSP of the SCAN_REQ performed by another device, will it be notified?

Parents Reply
  • None of them is correct. 

    1. The scanner will only send a scan_request packet (SCAN_REQ) to the previously received advertising packet(ADV_IND)
    2. If you restarted the scanner during the scan interval where it sent the scan_request, then the new changes will be affective only after the scan interval is complete. That is after it got the scan response from the advertiser from the settings with which SCAN_REQ was sent.

Children
Related