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

BLE peripheral indicating SCAN_REQ received

I am working on design of low power BLE sensor based on nRF52. Sensor data is included within advertising packets, in manufacturers data field. I would like to detect event when SCAN_REQ is received. In which case I can use this as confirmation that central has received sensor data and then pause advertising for some time, saving power. Does that make sense? Is there a way to detect reception of SCAN_REQ.

I can see there is 6 year old post related to same issue, but link within answer is outdated and I wonder if this feature has been implemented since.

Related