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.
当我将 android 设备配置为热点(wifi 接入点)并充当热点时,我如何才能获得其他设备看到的当前活动热点的当前(可能为每次激活热点时生成且唯一的)BSSID。不是SSID,而是BSSID。
WifiInfo info = mWifiManager.getConnectionInfo(); String BSSID = info.getBSSID();
希望有帮助。