From: Denis Kenzior Date: Thu, 25 Apr 2013 22:47:05 +0000 (-0500) Subject: Revert "hfp_hf_bluez5: UUIDs can change after Pairing" X-Git-Tag: 1.13~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff27e74eeee624fc1a654dd29fccda80150d8aa0;p=platform%2Fupstream%2Fofono.git Revert "hfp_hf_bluez5: UUIDs can change after Pairing" This reverts commit 456b8c9723b9b73c3ea4cadc8c6f84ca90675f9a. --- 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);