summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/adapter.c')
-rw-r--r--hcid/adapter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c
index 6bfc653a..f2cd3a01 100644
--- a/hcid/adapter.c
+++ b/hcid/adapter.c
@@ -4175,6 +4175,10 @@ static DBusMethodVTable old_adapter_methods[] = {
"b", "" },
{ "GetPeriodicDiscoveryNameResolving", adapter_get_pdiscov_resolve,
"", "b" },
+ { "DiscoverDevices", adapter_discover_devices,
+ "", "" },
+ { "CancelDiscovery", adapter_cancel_discovery,
+ "", "" },
{ "DiscoverDevicesWithoutNameResolving", adapter_discover_devices,
"", "" },
{ "ListRemoteDevices", adapter_list_remote_devices,