gpt4 book ai didi

shell - android通过命令行启用禁用蓝牙

转载 作者:行者123 更新时间:2023-12-04 13:02:14 31 4
gpt4 key购买 nike

我正在尝试使用命令行在 android 设备上启用禁用蓝牙。

我可以使用它启用它
adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE
但它会提示用户“允许”或“拒绝”。

我还看到有选项可以先启动 ble 设置,例如
adb shell am start -a android.settings.BLUETOOTH_SETTINGS
然后启用禁用 adb shell input keyevent **
但它不会独立于设备。

最佳答案

启用:

adb shell service call bluetooth_manager 6

要禁用:
adb shell service call bluetooth_manager 8

关于shell - android通过命令行启用禁用蓝牙,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37259260/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com