summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>2015-11-13 11:46:08 +0100
committerSzymon Janc <szymon.janc@codecoup.pl>2015-11-13 13:15:30 +0100
commit4b5f85c93896a89a112b139db23ddd97a1bc1654 (patch)
tree176ebc5fd4e2244ae2cf8102cd07bfe6c9a280bb /android
parentc7e2a97d541dd6aa147b392e6139d2320590279d (diff)
downloadbluez-4b5f85c93896a89a112b139db23ddd97a1bc1654.tar.gz
android/README: Fix typo
Diffstat (limited to 'android')
-rw-r--r--android/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/README b/android/README
index 83a902b1e..fa4c42a2a 100644
--- a/android/README
+++ b/android/README
@@ -207,7 +207,7 @@ 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." or "ro.bluerooth." followed by specific HAL name e.g.
+"persist.sys.bluetooth." or "ro.bluetooth." 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.