summaryrefslogtreecommitdiff
path: root/android/README
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-06-10 11:32:09 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-06-10 15:01:19 +0200
commite55af38a98614a726e21c4d389b63641e72c32ce (patch)
tree9de27d58577dd7ac4888ac37915a66e92cf085f7 /android/README
parentcfc9452c0bb9a4c7697f8280a2348a4372ba1762 (diff)
downloadbluez-e55af38a98614a726e21c4d389b63641e72c32ce.tar.gz
android/README: Update information about GATT HAL support
Diffstat (limited to 'android/README')
-rw-r--r--android/README15
1 files changed, 12 insertions, 3 deletions
diff --git a/android/README b/android/README
index 91fc54526..435cf5699 100644
--- a/android/README
+++ b/android/README
@@ -222,9 +222,9 @@ Profile ID HAL header Status
---------------------------------------
core bluetooth.h complete
a2dp bt_av.h complete
-gatt bt_gatt.h partial
- bt_gatt_client.h partial
- bt_gatt_server.h initial
+gatt bt_gatt.h complete
+ bt_gatt_client.h complete
+ bt_gatt_server.h complete
handsfree bt_hf.h complete
hidhost bt_hh.h complete
health bt_hl.h initial
@@ -293,6 +293,14 @@ get_player_app_values_text_cb NULL JNI implementation
set_player_app_value_cb NULL JNI implementation
+HAL GATT
+--------
+
+methods:
+client->set_adv_data missing kernel support for vendor data
+client->connect is_direct parameter is ignored
+
+
Known Android issues
====================
@@ -324,3 +332,4 @@ HFP Response and Hold AT+BTRH, +BTRH
HFP In-band Ring Tone +BSIR
AVRCP Player Settings HAL API present but not used
AVRCP Browsing No HAL API
+GATT Read multiple characteristics No HAL API