summaryrefslogtreecommitdiff
path: root/Makefile.tools
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 /Makefile.tools
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 'Makefile.tools')
-rw-r--r--Makefile.tools1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 42cccc64d..75a6faa84 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -26,6 +26,7 @@ monitor_btmon_SOURCES = monitor/main.c monitor/bt.h \
monitor/l2cap.h monitor/l2cap.c \
monitor/sdp.h monitor/sdp.c \
monitor/avctp.h monitor/avctp.c \
+ monitor/rfcomm.h monitor/rfcomm.c \
monitor/uuid.h monitor/uuid.c \
monitor/hwdb.h monitor/hwdb.c \
monitor/keys.h monitor/keys.c \