From ff27e74eeee624fc1a654dd29fccda80150d8aa0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 25 Apr 2013 17:47:05 -0500 Subject: Revert "hfp_hf_bluez5: UUIDs can change after Pairing" This reverts commit 456b8c9723b9b73c3ea4cadc8c6f84ca90675f9a. --- plugins/hfp_hf_bluez5.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c index 06b6fd33..92385c5e 100644 --- a/plugins/hfp_hf_bluez5.c +++ b/plugins/hfp_hf_bluez5.c @@ -749,8 +749,7 @@ static void property_changed(GDBusProxy *proxy, const char *name, if (g_str_equal(BLUEZ_DEVICE_INTERFACE, interface) == FALSE) return; - if (g_str_equal("Paired", name) != TRUE && - g_str_equal("UUIDs", name) != TRUE) + if (g_str_equal("Paired", name) != TRUE) return; modem_register_from_proxy(proxy, path); -- cgit v1.2.3