1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Android Compatibility Test Suite results
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
-------------------------------------------------------------------------------
testAndroidTestCaseSetupProperly PASS
test_checkBluetoothAddress PASS
test_enableDisable PASS
test_getAddress PASS
test_getBondedDevices PASS
test_getDefaultAdapter PASS
test_getName PASS
test_getRemoteDevice PASS
test_listenUsingRfcommWithServiceRecord PASS
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
com.android.cts.verifier (manual tests)
Test Name Result Notes
-------------------------------------------------------------------------------
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
-------------------------------------------------------------------------------
|