【Wifi】adb命令打开/关闭蓝牙、NFC(bluetooth)开关

谷歌源生代码中,第一次开机BT默认打开。


打开和关闭蓝牙BT
  adb root
  adb shell svc bluetooth enable
  adb shell svc bluetooth disable

打开和关闭NFC
  adb root
  adb shell svc nfc enable
  adb shell svc nfc disable

原文地址:https://www.cnblogs.com/zhuwei0901-yanwu/p/9854890.html