有没有办法使用adb查找设备的蓝牙MAC地址.我已经尝试过使用logcat来查找它.它现在可以工作,但logcat最终会被覆盖.所以我想知道是否有一种方法可以随时通过adb访问蓝牙MAC地址.我也试过’netcfg’,但即使蓝牙打开,我也看不到蓝牙接口.
我想通过adb做到这一点.
谢谢
解决方法:
adb shell设置获得安全bluetooth_address
要么
adb shell服务调用bluetooth_manager 10 for Android 4.4.4
adb shell service call bluetooth_manager 12 for Android 5.0