Android device name == “BlueZ”?

我的梦境 提交于 2019-12-12 02:54:57

问题


I am new to Android development and built 4.0.3 from source. build.prop does list my device as "Incredible 2" yet in the Bluetooth settings my device is listed as "BlueZ". Sure I can change it but I'd like to know where in the source that is handled so I can see how to fix it.


回答1:


BlueZ is the official Linux bluetooth protocol. It's probably just defaulting to the protocol name rather than the device name. I don't have the source on this machine, but I believe that in the bluetooth source directory there's a config file that lists the name.



来源:https://stackoverflow.com/questions/9911813/android-device-name-bluez

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!