summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/adapter.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c
index fab4b309..5784b863 100644
--- a/hcid/adapter.c
+++ b/hcid/adapter.c
@@ -3468,13 +3468,13 @@ static DBusMethodVTable adapter_methods[] = {
static DBusSignalVTable adapter_signals[] = {
/* BlueZ 4.0 */
- { "DiscoveryStarted", "" },
- { "DiscoveryCompleted", "" },
- { "DeviceCreated", "o" },
- { "DeviceRemoved", "o" },
- { "DeviceFound", "s" },
- { "PropertyChanged", "sv" },
- { "DeviceDisappeared", "s" },
+ { "DiscoveryStarted", "" },
+ { "DiscoveryCompleted", "" },
+ { "DeviceCreated", "o" },
+ { "DeviceRemoved", "o" },
+ { "DeviceFound", "sa{sv}" },
+ { "PropertyChanged", "sv" },
+ { "DeviceDisappeared", "s" },
/* Deprecated */
{ "ModeChanged", "s" },
{ "DiscoverableTimeoutChanged", "u" },