cc2540如何读取RSSI

2019-07-25 14:54发布

大家好,
我需要读取CC2540的RSSI值,我已经设置了更新RSSI的周期
                int16 readRSSIRate = 1000;
                GAPRole_SetParameter(GAPROLE_RSSI_READ_RATE,sizeof(int16),&readRSSIRate);
以及
static gapRolesCBs_t sensorTag_PeripheralCBs =
{
        peripheralStateNotificationCB,  // Profile State Change Callbacks
  readRSSI,                          // When a valid RSSI is read from controller (not used by application)     
};
可是程序始终没有走到readRSSI? 我还差什么设置吗?请大家帮帮忙,谢谢
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。