client: Implement basic interface of ADV monitor in bluetoothctl
authorHoward Chung <howardchung@google.com>
Wed, 16 Sep 2020 07:16:49 +0000 (15:16 +0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:32 +0000 (19:08 +0530)
commit04226fbba02cbf0e31899e5fba791f2b3aca0fb2
tree3cf5f6cb5f4a58f007604e65181096ae82547559
parent0084fc7dedd35812b3844dc05b38b5af5b718cd9
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

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