Hi,
If I need to get RSSI updates while the peripheral is in connected mode, I need to call sd_ble_gap_rssi_start() just after connection has established. Then the RSSI values would be automatically stored in RSSISAMPLE register. Then, I need to manually read this register whenever I need to know about RSSI. Are the above correct?
How often is the RSSI SAMPLE register updated?