OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1e7f81
)
core: Keep the DBusConnection around for device handling
author
Marcel Holtmann
<marcel@holtmann.org>
Mon, 21 Jan 2013 00:13:31 +0000
(16:13 -0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 21 Jan 2013 00:13:31 +0000
(16:13 -0800)
It is required to have the connection around so device objects can
be deregistered. This happens triggered from the adapter handling.
src/device.c
patch
|
blob
|
history
diff --git
a/src/device.c
b/src/device.c
index
a760f78
..
53866de
100644
(file)
--- a/
src/device.c
+++ b/
src/device.c
@@
-4134,5
+4134,4
@@
void btd_device_init(void)
void btd_device_cleanup(void)
{
- dbus_conn = NULL;
}