adb root
adb shell svc bluetooth enable
adb root
adb shell bluetooth disable
adb shell am start -n com.android.settings/.Settings
adb shell settings get secure bluetooth_address
adb shell settings get secure bluetooth_name
adb shell settings get global bluetooth_on
返回结果0代表关闭,1代表开启
/data/system/users/0
/data/system/users/0 # cat settings_global.xml | grep -i bluetooth
查询WiFi地址:adb shell cat /sys/class/net/wlan0/address
开启WiFi:adb shell svc wifi enable
关闭WiFi:adb shell svc wifi disable