summaryrefslogtreecommitdiff
path: root/android/Android.mk
diff options
context:
space:
mode:
authorGowtham Anandha Babu <gowtham.ab@samsung.com>2014-11-07 21:13:35 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-11-10 11:01:44 +0200
commit3d92c0289c41fdf2d1a4975a070323ac0c0048aa (patch)
treef2b9a457adbc770ba008cedd97b2dab5ebd82848 /android/Android.mk
parentce4845a4de4362829c85bd7a8c10d65fe712ecd1 (diff)
downloadbluez-3d92c0289c41fdf2d1a4975a070323ac0c0048aa.tar.gz
monitor/rfcomm: Add RFCOMM support to btmon
Changes made to add initial code to support RFCOMM frame in btmon btmon logs: RFCOMM: Set Async Balance Mode (SABM) (0x2f) 01 1c .. RFCOMM: Unnumbered Ack (UA)(0x63) 01 d7 .. RFCOMM: Unnumbered Info with Header Check (UIH)(0xef) 15 81 11 20 e0 27 00 9a 02 00 07 aa ... .'...... RFCOMM: Disconnect (DISC)(0x43) 01 fd
Diffstat (limited to 'android/Android.mk')
-rw-r--r--android/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/Android.mk b/android/Android.mk
index f27e548fb..973597649 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -286,6 +286,7 @@ LOCAL_SRC_FILES := \
bluez/monitor/packet.c \
bluez/monitor/l2cap.c \
bluez/monitor/avctp.c \
+ bluez/monitor/rfcomm.c \
bluez/monitor/uuid.c \
bluez/monitor/sdp.c \
bluez/monitor/vendor.c \