在CC2540的simpleBLECenter中,pEvent->deviceInfo的结构体可以取得RSSI
但想要在扫描时,得到多个RSSI值,是否能在扫描所有的从机得到的simpleBLEDevList中,得到所有的RSSI?
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.
在CC2540的simpleBLECenter中,pEvent->deviceInfo的结构体可以取得RSSI
但想要在扫描时,得到多个RSSI值,是否能在扫描所有的从机得到的simpleBLEDevList中,得到所有的RSSI?
但有一些问题,在simpleBLECenter的sample code是要连接从机才会得到pEvent->deviceInfo
现在想在scan时,也就是不连接从机时得到RSSI
由simpleBLEDevList得到从机数量后,要怎么让deviceInfo知道现在要的是peripheral#1或是peripheral#2