Hi,
我想知道我们如何阅读RSSI on Central device without connecting to peripherals while peripherals are advertising continually. Is it something we can do with Dialog?
Thanks
Keywords:
Device:
Hi Sabasit,
The value of the rssi is returned in the adv_report struct when an advertising packet is reported in the gapm_adv_report_ind_handler(). The externalproximity monitor example implements this kind of functionality and reads the rssi of the advertising packets it receives, please have a look at the example.
Thanks MT_dialog
Hi MT_dialog,
Thank you for help. I got this point. My host is measuring RSSI of advertising device.
thanks,
sabasit