summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2013-04-25 17:47:05 -0500
committerDenis Kenzior <denkenz@gmail.com>2013-04-25 17:47:05 -0500
commitff27e74eeee624fc1a654dd29fccda80150d8aa0 (patch)
treeeaac58ccf3fea31c3e83cc5bc7a2f3576d0255d1 /plugins
parente1de3c7f2ec6541918bc3483479065a178e5d51f (diff)
downloadofono-ff27e74eeee624fc1a654dd29fccda80150d8aa0.tar.bz2
Revert "hfp_hf_bluez5: UUIDs can change after Pairing"
This reverts commit 456b8c9723b9b73c3ea4cadc8c6f84ca90675f9a.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hfp_hf_bluez5.c3
1 files changed, 1 insertions, 2 deletions
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);