Hello,
I am using the CC2540 together with TI BLE 1.3.
One device runs the SimpleBLEObserver application, the other one the SimpleBLEBroadcaster.
I have modified the Observer so that it performs active scans. The broadcaster receives the scan request and responds with a scan response all right, but I would like the broadcaster application to be made aware that the device received a scan request (I don't need any other information, just the info that a device has been scanning it).
Is there a way to do that ? Is it possible to register a notifier ?
I tried using an RSSI notifier but it appears to work only when in a connection.
Thanks and best regards,
Damien