summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-12 19:21:33 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-12 19:21:33 +0000
commit9a3a941ae455e4481392fb3e5d6b87750d0d9609 (patch)
tree111b3c13c607e9640662b1a86c492b62a33af0c6 /hcid/dbus-hci.c
parentcf551c7e70305a99064362b048ef1ccb2da07aa9 (diff)
Hook up server probe/remove callbacks
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r--hcid/dbus-hci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c
index 62209956..69c289d6 100644
--- a/hcid/dbus-hci.c
+++ b/hcid/dbus-hci.c
@@ -378,6 +378,8 @@ int unregister_adapter_path(const char *path)
info("Unregister path: %s", path);
+ __remove_servers(path);
+
dbus_connection_get_object_user_data(connection, path,
(void *) &adapter);
@@ -515,6 +517,8 @@ int hcid_dbus_register_device(uint16_t id)
DBUS_TYPE_STRING, &pptr,
DBUS_TYPE_INVALID);
+ __probe_servers(path);
+
return 0;
failed: