简体   繁体   English

Android设备名称==“ BlueZ”?

[英]Android device name == “BlueZ”?

I am new to Android development and built 4.0.3 from source. 我是Android开发的新手,从源代码构建了4.0.3。 build.prop does list my device as "Incredible 2" yet in the Bluetooth settings my device is listed as "BlueZ". build.prop确实将我的设备列为“ Incredible 2”,但在蓝牙设置中,我的设备列为“ 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. 当然可以更改它,但我想知道在源代码中要处理的位置,以便可以看到如何解决它。

BlueZ is the official Linux bluetooth protocol. BlueZ是官方的Linux蓝牙协议。 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. 我在这台机器上没有源,但是我相信在蓝牙源目录中有一个列出名称的配置文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM