import androidhelper""
" "
droid = androidhelper.Android()droid.toggleBluetoothState(True)
#知道怎么用python开启蓝牙那该怎么用python关闭蓝牙呢
这个?
droid.bluetoothStop()
droid.toggleBluetoothState(False)