OSDN Git Service

android/README: Add "Customization" section
authorSzymon Janc <szymon.janc@tieto.com>
Thu, 20 Mar 2014 12:31:48 +0000 (13:31 +0100)
committerSzymon Janc <szymon.janc@tieto.com>
Thu, 20 Mar 2014 12:35:24 +0000 (13:35 +0100)
android/README

index 7d1f415..b9b602e 100644 (file)
@@ -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
+               <none>          Don't enable Handsfree Profile (HFP)
+
+
 Building and running on Linux
 -----------------------------