Diff between 8809f1970e1ddfcd777b00a616a802c0fbc7a222 and 795af24596a7da39fb2f14212c4ca97687d36730

Changed Files

File Additions Deletions Status
android/README +10 -0 modified

Full Patch

diff --git a/android/README b/android/README
index 20b61a6..6b6a62e 100644
--- a/android/README
+++ b/android/README
@@ -37,6 +37,9 @@ features (currently epoll_create1 and ppoll calls for Android 4.4). Sample
 Bionic for Android 4.4 with all required features backported is available at
 https://code.google.com/p/aosp-bluez.platform-bionic/
 
+- Some of the bluetooth HALs are available only when BLUEZ_EXTENSIONS flag is
+set in BoardConfig.mk or similar. Please read below for detail which HALs needs
+that.
 
 Runtime requirements
 --------------------
@@ -257,6 +260,7 @@ health        bt_hl.h            complete
 pan           bt_pan.h           complete
 avrcp         bt_rc.h            complete
 socket        bt_sock.h          complete
+hf-client     bt_hf_client.h     initial
 
 
 Implementation shortcomings
@@ -323,6 +327,12 @@ methods:
 client->set_adv_data               missing kernel support for vendor data
 client->connect                    is_direct parameter is ignored
 
+HAL HF Client
+-------------
+
+Available on Android only when BLUEZ_EXTENSIONS flag set in BoardConfig.mk
+
+
 Audio SCO HAL
 =============