This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Getting RSSI from advertising messages

Hi,

I am trying to find out whether it is possible to get RSSI value out of advertising messages sent by a Broadcaster device. I checked the code of SimpleBLECentral and SimpleBLEObserver and it doesn't seem to be possible. You are only able to start RSSI periodic reads once the connection is established (SimpleBLECentral profile only). And since a Broadcaster device doesn't accept connections, I guess there is no way to get RSSI values. Am I wrong?.

Thanks in advance.