summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-03-06 12:04:28 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-03-06 12:04:28 +0000
commitf54ddc7397209dbfc7fe277c96c3db06c4113e09 (patch)
tree1fa8f8cb75369cf5d0d4cbf454a4d3b3750489bf
parent69f9e21b46e2827a24cad0436d52a47fdd4ee36a (diff)
Fixed DeviceFound signal signature
-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" },