This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2340R5: How to get RSSI during run time?

Part Number: CC2340R5

Tool/software:

I want to get RSSI value after connect, and read this every few seconds.

simplelink_lowpower_f3_sdk_7_40_00_64

basic_ble example

I got two ways to read RSSI:
1. HCI_ReadRssiCmd seems only got RSSI when connect, can't read during run time?
2. RCL_readRssi always return 127

Am I understand wrong?

Is there have a function to read RSSI during runtime?