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

Scan request callback

Hi,

I'm wondering if there's any way to check if a peripheral device was actively scanned? I can easily set my own scan response data but is there any message generated when this data is requested by or sent to the host? I'm using SoftDevice S110 in version 5.2.1.

Best regards,

Parents
  • It is possible for the advertiser to get the scan responses by implementing an Advertiser on top of the time slot API. An example for this is available here. This provides the information about the scan requests i.e. address of the scanner, RSSI and the number of packets that passed CRC and the number of packets that failed CRC.

    This example also provides a simple to use HCI interface for the Advertiser.

    Uses S110 v7.0 Softdevice.

  • Hi Star Destroyer, do you think will be a gcc makefile for this project other than Keil uVision ? Thank you.

    -c

Reply Children
No Data