summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSrinu Jella <sjella@codeaurora.org>2015-05-29 20:02:20 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:21:48 -0600
commitfc0cea9ec50c0b35ddfc28b269980da2ca7dc109 (patch)
tree2e8de76260745ad5e324d0a71ad4c2f3e00c5525 /main
parent222865ee3d43beae7a2928c19ca77b6ab22089d6 (diff)
downloadandroid_system_bt-fc0cea9ec50c0b35ddfc28b269980da2ca7dc109.tar.gz
android_system_bt-fc0cea9ec50c0b35ddfc28b269980da2ca7dc109.tar.bz2
android_system_bt-fc0cea9ec50c0b35ddfc28b269980da2ca7dc109.zip
L2CAP test tool for L2cap layer certification.
- Interface provided from BT-If layer to interact with l2cap - This tool covers all l2cap 4.0 PTS test cases whcih includes basic, ertm and streaming mode test cases. Conflicts: btif/src/bluetooth.c Change-Id: Ifacd0b99974c28788926e0f901c37ee2c12ff97b
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 8e227d444..e31ceee97 100644
--- a/main/Android.mk
+++ b/main/Android.mk
@@ -57,7 +57,8 @@ LOCAL_SRC_FILES += \
../btif/src/btif_util.c \
../btif/src/stack_manager.c \
../btif/src/btif_rfcomm.c \
- ../btif/src/btif_mcap.c
+ ../btif/src/btif_mcap.c \
+ ../btif/src/btif_l2cap.c
ifeq ($(BOARD_USES_WIPOWER), true)
LOCAL_SRC_FILES += \