参考网址: https://blog.youkuaiyun.com/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地址:
- adb shell settings get secure bluetooth_address