summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
Diffstat (limited to 'hcid')
-rw-r--r--hcid/adapter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c
index c683761e..fab4b309 100644
--- a/hcid/adapter.c
+++ b/hcid/adapter.c
@@ -3326,8 +3326,8 @@ static DBusMethodVTable adapter_methods[] = {
{ "DiscoverDevices", adapter_discover_devices, "", "" },
{ "CancelDiscovery", adapter_cancel_discovery, "", "" },
{ "ListDevices", list_devices, "", "ao" },
- { "CreateDevice", create_device, "o", "s" },
- { "RemoveDevice", remove_device, "", "o" },
+ { "CreateDevice", create_device, "s", "o" },
+ { "RemoveDevice", remove_device, "o", "" },
/* Deprecated */
{ "GetInfo", adapter_get_info,
"", "a{sv}" },