Diff between 327a85dca44c53508eded4460d378a1fb59ae044 and 6d7fbe614509ae062771b528b519e3fa530b69dc

Changed Files

File Additions Deletions Status
android/cts.txt +34 -9 modified

Full Patch

diff --git a/android/cts.txt b/android/cts.txt
index 5193571..9a7f651 100644
--- a/android/cts.txt
+++ b/android/cts.txt
@@ -1,9 +1,16 @@
 Android Compatibility Test Suite results
 
-Tested: 25-June-2014
-Android version: 4.4.2
+Tested: 11-July-2014
+Android version: 4.4.4
 CTS version: 4.4 R3
 
+Note:
+CTS reliable write GATT tests require using CTS from master branch
+or https://android-review.googlesource.com/99354 applied.
+
+(*) Due to bug in Bluedroid L2CAP implementation GATT server connect tests fails
+without modified Linux kernel. Patches for Linux and/or Bluedroid are still TBD.
+
 -------------------------------------------------------------------------------
 android.bluetooth.cts.BasicAdapterTest (automated tests)
 Test Name				Result	Notes
@@ -22,12 +29,30 @@ test_listenUsingRfcommWithServiceRecord	PASS
 
 -------------------------------------------------------------------------------
 com.android.cts.verifier (manual tests)
-Test Name		Result	Notes
+Test Name				Result	Notes
 -------------------------------------------------------------------------------
-Toggle Bluetooth	PASS
-Insecure Client		PASS
-Insecure Server		PASS	Required kernel patch commit ID:
-				6453462e99e8be13a2c8f2b3535f340b742d8192
-Secure Client		PASS
-Secure Server		PASS
+Toggle Bluetooth			PASS
+BLE Client Test:
+	connect				PASS
+	discover service		PASS
+	read/write characteristic	PASS
+	reliable write			PASS
+	notify characteristic		PASS
+	read/write descriptor		PASS
+	read RSSI			PASS
+	disconnect			PASS
+BLE Server Test:
+	add service			PASS
+	connection			FAIL	(*) bluedroid issue.
+	read characteristic request	FAIL	(*)
+	write characteristic request	FAIL	(*)
+	read descriptor request		FAIL	(*)
+	write descriptor request	FAIL	(*)
+	reliable write			FAIL	(*)
+	disconnection			FAIL	(*)
+Insecure Client				PASS
+Insecure Server				PASS	Required kernel patch commit ID:
+						ba15a58b179ed76a7e887177f2b06de1
+Secure Client				PASS
+Secure Server				PASS
 -------------------------------------------------------------------------------