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?