GetProperties method is returning wrong value for ImmediateAlertLevel. Bug introduced by ffd21d4027cd91d864857d2d4c3664b3087c5e0a --- proximity/monitor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/proximity/monitor.c b/proximity/monitor.c index b59e7a0..55d3985 100644 --- a/proximity/monitor.c +++ b/proximity/monitor.c @@ -463,7 +463,7 @@ static DBusMessage *get_properties(DBusConnection *conn, if (monitor->enabled.findme || monitor->enabled.pathloss) dict_append_entry(&dict, "ImmediateAlertLevel", - DBUS_TYPE_STRING, &monitor->linklosslevel); + DBUS_TYPE_STRING, &monitor->immediatelevel); if (monitor->enabled.pathloss) dict_append_entry(&dict, "SignalLevel", -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html