Commit: 1601b5ba301e3e9e290c9c009d944fb766bf146c
Parent: 0633cf2a0f0fc58e73efc2ed354c20fde463b20a
Author: Miao-chen Chou <mcchou@chromium.org>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2020-09-14 22:38:25
Tree: f587a42f75e3bd0646a571beefe7b1e91fcfe124

adv_monitor: Implement UnregisterMonitor() This implements the UnregisterMonitor() method handler of ADV monitor manager interface. The following tests were performed. - Issue a UnregisterMonitor() call with a nonexistent path and expect org.bluez.Error.DoesNotExist as the return. - Issue a UnregisterMonitor() call with a invalid path and expect org.bluez.Error.InvalidArguments as the return. - Issue RegisterMonitor() with a path, issue UnregisterMonitor() and expect a successful method call return.

Diffstat

M src/adv_monitor.c | 37 ++++++++++++++++++++++++++++++++++++-

1 files changed, 36 insertions(+), 1 deletions(-)

View Full Diff | Patch