Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个可以显示当前连接的 RSSI 的 Android 应用程序。在 WIFI 连接中,我可以使用 WifiInfo.getRssi() 获取 RSSI。我的问题是如何在 GPRS 连接中获得 RSSI?我可以将 GSM 的 RSSI 用于 GPRS 连接的 RSSI 吗?谢谢
GPRS 是 GSM 网络的附加组件,因此您可以使用 GSM RSSI 值。