gdanko
gdanko

Reputation: 1982

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.

Upvotes: 0

Views: 1185

Answers (1)

Nathan Cox
Nathan Cox

Reputation: 1349

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.

Upvotes: 1

Related Questions