adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface
authorMiao-chen Chou <mcchou@chromium.org>
Sat, 12 Sep 2020 06:51:21 +0000 (23:51 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:32 +0000 (19:08 +0530)
commit7fddd80c8e30181c841825dbceeac665d8126981
treecb73b3cf5caca44de912feb7733a5798a0a22a40
parent9f1085ffa0d580db91d4161c20a0ddcbe48314db
adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface

This introduces the org.bluez.AdvertisementMonitorManager1 without
implementing handlers of methods and properties.

The following test was performed.
- Upon adapter registration, the info line of creating an ADV monitor
manager gets printed, and system bus emits the interface events of
org.bluez.AdvertisementMonitorManager1.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
Makefile.am
src/adapter.c
src/adv_monitor.c [new file with mode: 0644]
src/adv_monitor.h [new file with mode: 0644]