summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2009-06-10 14:10:11 -0700
committerJaikumar Ganesh <jaikumar@google.com>2009-06-10 14:10:11 -0700
commite9e80e66c601bbe1e4d8b1039f37f08683f65211 (patch)
treef6cd7ad2467a68e734339ea03bb74941a8f85472
parent12f7feb45d8bfcf8514143103ac30bc4efee26f6 (diff)
downloadbluetooth-e9e80e66c601bbe1e4d8b1039f37f08683f65211.tar.gz
Add ro.product.model for name of the device.
Use the system property ro.product.model to pick up the device name.
-rw-r--r--data/main.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/main.conf b/data/main.conf
index b03e169..7dfb1cd 100644
--- a/data/main.conf
+++ b/data/main.conf
@@ -6,7 +6,10 @@
# Default adaper name
# %h - substituted for hostname
# %d - substituted for adapter id
-Name = "Bluez"
+# %b - substituted for ro.product.brand
+# %m - substituted for ro.product.model
+# %n - substituted for ro.product.name
+Name = "%m"
# Default device class. Only the major and minor device class bits are
# considered.