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, 2 insertions, 2 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c
index 496d13d3..1ea9990f 100644
--- a/hcid/adapter.c
+++ b/hcid/adapter.c
@@ -3300,7 +3300,7 @@ GSList *service_classes_str(uint32_t class)
static DBusMethodVTable adapter_methods[] = {
{ "GetInfo", adapter_get_info,
- "", "{sv}" },
+ "", "a{sv}" },
{ "GetAddress", adapter_get_address,
"", "s" },
{ "GetVersion", adapter_get_version,
@@ -3345,7 +3345,7 @@ static DBusMethodVTable adapter_methods[] = {
"s", "" },
{ "GetRemoteInfo", adapter_get_remote_info,
- "s", "{sv}" },
+ "s", "a{sv}" },
{ "GetRemoteServiceRecord", adapter_get_remote_svc,
"su", "ay" },
{ "GetRemoteServiceRecordAsXML", adapter_get_remote_svc_xml,