How to get RSSI level for all devices being scanned

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Is there any API from SDK for retrieving the RSSI level for each devices being scanned?

0 Likes
1 Solution

Ok, so it sounds like you will be running the 20732 in central mode, then have it scanning.  In this scenario, the  RSSI of a received ADV can be obtained in the ADV_PACKET_REPORT (the call back registered with blecm_RegleAdvReportCb). The parameter passed into the callback has a member called rssi which has the RSSI of the ADV.

View solution in original post

0 Likes
6 Replies