From 664e10ff7ebf8dd9b132bd0a5c68f47ddbf561c7 Mon Sep 17 00:00:00 2001 From: Howard Chung Date: Wed, 16 Sep 2020 15:16:49 +0800 Subject: 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 --- Makefile.tools | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.tools') 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 -- cgit v1.2.1