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.
我想使用python代码打开或关闭android中蓝牙的可见性。你能帮助我吗 ?
我认为您正在将 SL4A 与 python 一起使用,所以让我们开始吧。
import android #import android module droid = android.Android() #class instantation droid.bluethoothMakeDiscoverable() #make your device visible
这很容易,无论如何您可能想要检查 sl4a 蓝牙 fecade,这里有您可能需要的所有蓝牙命令。