From 630e812572488beb90450090e81c5db70653c11a Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 20 Mar 2014 13:31:48 +0100 Subject: [PATCH] android/README: Add "Customization" section --- android/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/android/README b/android/README index 7d1f41503..b9b602e0c 100644 --- a/android/README +++ b/android/README @@ -153,6 +153,26 @@ system properties called: persist.sys.bluetooth.mgmtdbg Note: Debugs are only available on NON USER build variants +Customization +------------- + +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. + +Property Value Description +------------------------------------------- +handsfree hfp Enable Handsfree Profile (HFP) with narrowband + speech only + hfp_wbs Enable Handsfree Profile (HFP) with narrowband + and wideband speech support + Don't enable Handsfree Profile (HFP) + + Building and running on Linux ----------------------------- -- 2.47.3