projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1de3c7
)
Revert "hfp_hf_bluez5: UUIDs can change after Pairing"
author
Denis Kenzior
<denkenz@gmail.com>
Thu, 25 Apr 2013 22:47:05 +0000
(17:47 -0500)
committer
Denis Kenzior
<denkenz@gmail.com>
Thu, 25 Apr 2013 22:47:05 +0000
(17:47 -0500)
This reverts commit
456b8c9723b9b73c3ea4cadc8c6f84ca90675f9a
.
plugins/hfp_hf_bluez5.c
patch
|
blob
|
history
diff --git
a/plugins/hfp_hf_bluez5.c
b/plugins/hfp_hf_bluez5.c
index 06b6fd331bd0848bfbc8e16acd7331474215b884..92385c5edac87a9649fc49ee139e0ceb2242c4e5 100644
(file)
--- 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);