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.