summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSatish kumar sugasi <ssugas@codeaurora.org>2015-04-10 12:46:02 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:22:04 -0600
commitf478d60442ccb682095dc779833ec85ad86b6930 (patch)
tree83b99a1da06462af29de1780426c5dd18d8c0b02 /main
parentaed499437ab3e91f8be017f44dcedd4a2d5dc222 (diff)
downloadandroid_system_bt-f478d60442ccb682095dc779833ec85ad86b6930.tar.gz
android_system_bt-f478d60442ccb682095dc779833ec85ad86b6930.tar.bz2
android_system_bt-f478d60442ccb682095dc779833ec85ad86b6930.zip
Bluetooth: LE Stack certification tool changes
This includes changes needed for new code baseline and below stashed commits. Bluetooth stack 4.0/4.1 certification tool changes This adds test application code and stack interface code for BLE certification purpose CRs-fixed: 649248 Change-Id: I6e8ecbf2fdb0fe6ee80fd6d57c2e151b62797f01 Bluetooth: Avoid Encryption after gatt server connection complete. This doesn't start encrtyption by default after connecting to a client. needed for certain test cases of BLE stack certification. Change-Id: I04dbe1daba32b416f59fed00989168507ce261fa CRs-Fixed: 652485 Bluetooth: add config flag to gatt tool test app This adds logic to compile gatt tool only if config test flag is enabled and aincludes indendation changes Change-Id: If018d0676bb6334be0558fd6f6464ffbfc33196a Bluetooth: Gatt tool changes and code cleanup Fixes for compilation issues and remove CONFIG flag from makefile. Change-Id: I57646edf9b0ec3ffd62e34aeed54f13ef09ef1a0 Bluetooth: Include Gatt test app for certification This adds debug and optional flags to makefile to compile tool as part of android build Change-Id: I603a982a4bc7c392e45e753bcbb57bf8394ed21c Bluetooth: Add gatt refresh api in gatt certification tool this fixes gatt tool crash during service discovery test cases and code cleanup. CRs-Fixed: 734268 Change-Id: I7e600d912c0b631b3bc865c571f9ad1c05f99ae4 Bluetooth: Add conn update api for gatt tool This adds support to do LE connection parameters update after successful connection using Gatt test app for certification CRs-Fixed: 743373 Change-Id: Id76d244f6bf7721016ef397c8bfea9cd877b0253 Bluetooth: Gatt tool change for wakelock support and cleanup This change does send hci success status for wakelock apis which are newly added in BT.Also does remove tabs and proper indentation CRs-Fixed: 743399 Change-Id: I9346c3a04e4c7238cd5afaabb0361f7083cb93fe Supports Simple pairing with No bonding and no MITM Supports Bluetooth simple pairing with no MITM, no bonding set in the authentication request and initiator and responder keys set to 0. Change-Id: I6e8ecbf2fdb0fe6ee80fd6d57c2e151b62797f01 Conflicts: main/Android.mk Change-Id: I36eba14defe16418037ba4b253d31c9a6270d93c
Diffstat (limited to 'main')
-rw-r--r--main/Android.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/Android.mk b/main/Android.mk
index 9db0dc214..bc5a8bbdf 100644
--- a/main/Android.mk
+++ b/main/Android.mk
@@ -59,8 +59,10 @@ LOCAL_SRC_FILES += \
../btif/src/btif_rfcomm.c \
../btif/src/btif_mcap.c \
../btif/src/btif_l2cap.c \
- ../btif/src/btif_stack_log.c
-
+ ../btif/src/btif_stack_log.c \
+ ../btif/src/btif_gatt_qual.c \
+ ../btif/src/btif_gap.c \
+ ../btif/src/btif_smp.c
ifeq ($(BOARD_USES_WIPOWER), true)
LOCAL_SRC_FILES += \
../wipowerif/src/wipower.c