summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorHoward Chung <howardchung@google.com>2020-09-16 15:16:49 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-09-16 09:37:42 -0700
commit664e10ff7ebf8dd9b132bd0a5c68f47ddbf561c7 (patch)
tree007e40dcc7a61b5a2b7c88bbe2269c5debb0e52d /Makefile.tools
parent7f4bdf382062728c383678e13cb0128282f91b71 (diff)
downloadbluez-664e10ff7ebf8dd9b132bd0a5c68f47ddbf561c7.tar.gz
client: Implement basic interface of ADV monitor in bluetoothctl
This patch implements some basic functions for ADV monitor in bluetoothctl [bluetooth]# show ... Advertisement Monitor Features: SupportedMonitorTypes: or_patterns
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 07dfbf4e8..e260a7f81 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -7,6 +7,8 @@ client_bluetoothctl_SOURCES = client/main.c \
client/agent.h client/agent.c \
client/advertising.h \
client/advertising.c \
+ client/adv_monitor.h \
+ client/adv_monitor.c \
client/gatt.h client/gatt.c
client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
$(GLIB_LIBS) $(DBUS_LIBS) -lreadline