test: add test app for Advertisement Monitor API
authorManish Mandlik <mmandlik@google.com>
Tue, 8 Dec 2020 22:58:47 +0000 (14:58 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:34 +0000 (19:08 +0530)
commit135fbac55eb586249543b8b73fe7a6edf7a1b0b2
tree3d3eab331bfc1ca434d138ad9af9913358dd2aff
parent32f96cd123d2086d1e1f0ea79cb463f69aa8548c
test: add test app for Advertisement Monitor API

The python test app to test working of the Advertisement Monitor API.

This app:
- registers itself with bluez by invoking the RegisterMonitor with the
  app root path
- exposes multiple monitor objects with both valid and invalid monitor
  parameters
- implements Activate/Release/DeviceFound/DeviceLost methods on the
  monitor object

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
test/example-adv-monitor [new file with mode: 0644]