admin管理员组

文章数量:1573361

参考网址: https://blog.csdn/weixin_30919429/article/details/99931683

//针对博通bcm
打开和关闭蓝牙BT
  adb root
  adb shell svc bluetooth enable
  adb shell svc bluetooth disable
UI层
查询:adb shell settings get global bluetooth_on
打开返回1,关闭返回0

查询:adb shell settings get global bluetooth_on
获取mac地址:

  1. adb shell settings get secure bluetooth_address

本文标签: 蓝牙ADB