Hello,
I am using a central with SDK 14 & nRF52832; my goal is to read the RSSI & MAC from a connected peripheral device. During the BLE_GAP_EVT_RSSI_CHANGED event what I getting is "random beacons nearby" as described here .
Questions are:
(1) Having the described setup, what would be the correct steps to only get the RSSI of the connected peripheral?
(2) With the given setup, what would be the correct steps to get the RSSI of a device that isn't connected? Should I simply perform filtering by desired MAC with the setup I already have?
Thanks in advance