6 years ago.

How to detect BLE scan response requests on peripheral?

Hello,

I would like to broadcast sensor data to multiple devices via BLE from a Nordic Thingy:52 (nRF52832). For this purpose, I want to transmit the data in advertising packets. In order to save energy, I want to power down the sensors and put the system in a low power mode when nobody is listening. To detect presence of listening central devices I thought of detecting scan response requests. Therefore my question, is it possible to catch such scan response request events on application level?

Be the first to answer this question.