我在Android上调试蓝牙芯片,默认的Bluetooth
应用程序会干扰用C e.g scotest,hstest
编写的本机测试工具。
所以我想要的是完全禁用Android Java Bluetooth
服务但不禁用本机blueZ服务i.e not being able to interact with Bluetooth from GUI but only from adb
并确保除了我发布的本机工具之外根本没有蓝牙活动正在运行。
答案 0 :(得分:0)
从以下文件中的product_packages列表中删除条目:
android_source/build/target/product/generic.mk.
然后编译源代码,并将图像闪存到您的设备上。