summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/adapter.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c
index d5ed735d..6d9b08fd 100644
--- a/hcid/adapter.c
+++ b/hcid/adapter.c
@@ -3466,12 +3466,19 @@ static DBusMethodVTable adapter_methods[] = {
};
static DBusSignalVTable adapter_signals[] = {
+ /* BlueZ 4.0 */
+ { "DiscoveryStarted", "" },
+ { "DiscoveryCompleted", "" },
+ { "DeviceCreated", "o" },
+ { "DeviceRemoved", "o" },
+ { "DeviceFound", "s" },
+ { "PropertyChanged", "sv" },
+ { "DeviceDisappeared", "s" },
+ /* Deprecated */
{ "ModeChanged", "s" },
{ "DiscoverableTimeoutChanged", "u" },
{ "MinorClassChanged", "s" },
{ "NameChanged", "s" },
- { "DiscoveryStarted", "" },
- { "DiscoveryCompleted", "" },
{ "PeriodicDiscoveryStarted", "" },
{ "PeriodicDiscoveryStopped", "" },
{ "RemoteDeviceFound", "sun" },