summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSrinu Jella <sjella@codeaurora.org>2015-05-29 17:27:36 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:21:47 -0600
commit8884317d8e0eb1f9de1f69115aeff9b22c60ebe2 (patch)
treedbb03c7267ae0beebb39bbfebe94255dbcf396fc /main
parentb30e712d81e0b4b655e3f51295e931ffaa1e17b7 (diff)
downloadandroid_system_bt-8884317d8e0eb1f9de1f69115aeff9b22c60ebe2.tar.gz
android_system_bt-8884317d8e0eb1f9de1f69115aeff9b22c60ebe2.tar.bz2
android_system_bt-8884317d8e0eb1f9de1f69115aeff9b22c60ebe2.zip
Rfcomm test tool for rfcomm protocol certification.
- Interface provided from BT-If layer to interact with rfcomm. - This tool covers all rfcomm PTS test cases. Conflicts: btif/src/bluetooth.c Change-Id: I129fbabdbdd80c87f0867c90e472e65bd1611af2
Diffstat (limited to 'main')
-rw-r--r--main/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/Android.mk b/main/Android.mk
index 55497a0d8..bbbb351d5 100644
--- a/main/Android.mk
+++ b/main/Android.mk
@@ -55,7 +55,8 @@ LOCAL_SRC_FILES += \
../btif/src/btif_sock_util.c \
../btif/src/btif_storage.c \
../btif/src/btif_util.c \
- ../btif/src/stack_manager.c
+ ../btif/src/stack_manager.c \
+ ../btif/src/btif_rfcomm.c
ifeq ($(BOARD_USES_WIPOWER), true)
LOCAL_SRC_FILES += \