開啟藍(lán)牙HCI log
adb shell setprop persist.bluetooth.btsnoopenable true
設(shè)置后要重啟藍(lán)牙生效
adb root
adb shell svc bluetooth disable
adb shell svc bluetooth enable
log一般是存放在/data/misc/bluetooth/logs下
需要先root設(shè)備再pull出來
來源:https://www.cnblogs.com/yingxiaoniu/p/11015971.html