summaryrefslogtreecommitdiff
path: root/android/README
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-09-22 16:30:13 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-09-22 16:31:09 +0200
commita24856291bcd0db8d4deece223e76856ff835b9f (patch)
treeed03b4a78a7bc440905742a6313ab03a420e3ebc /android/README
parentf7719796212356264c3cf174900d15b9578ec025 (diff)
downloadbluez-a24856291bcd0db8d4deece223e76856ff835b9f.tar.gz
android/README: Update customization section
Diffstat (limited to 'android/README')
-rw-r--r--android/README14
1 files changed, 11 insertions, 3 deletions
diff --git a/android/README b/android/README
index 6b6a62e2c..706d42467 100644
--- a/android/README
+++ b/android/README
@@ -193,9 +193,11 @@ It is possible to customize BlueZ for Android through Android system properties.
This may include enabling extra profiles or features inside HALs implementation
These properties are read on Bluetooth stack startup only and require stack
restart if changed. All customization properties names start with
-"persist.sys.bluetooth." followed by specific HAL name e.g.
-"persist.sys.bluetooth.handsfree". This section list available customization
-options.
+"persist.sys.bluetooth." or "ro.bluerooth." followed by specific HAL name e.g.
+"persist.sys.bluetooth.handsfree". If both are present "persist.sys.bluetooth."
+takes precedence. This allows for read only properties to be set during build
+leaving enough flexibility for developing or debugging purposes.
+This section list available customization options.
Property Value Description
-------------------------------------------
@@ -208,6 +210,12 @@ handsfree hfp Enable Handsfree Profile (HFP) with narrowband
hfp_wbs Enable Handsfree Profile (HFP) with narrowband
and wideband speech support
<none> Don't enable Handsfree Profile (HFP)
+vendor <any> Set vendor name in DIS. If not set fallback to
+ "ro.product.manufacturer".
+model <any> Set model name used as default adapter name.
+ If not set fallback to "ro.product.model".
+name <any> Set model number in DIS. If not set fallback to
+ "ro.product.name".
Building and running on Linux