简体   繁体   中英

Android device name == “BlueZ”?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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