diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-04-14 18:11:21 +0000 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-04-14 18:11:21 +0000 | 
| commit | 9a8e48550668c6da7917a83c99c9ce4bbfdbfc6b (patch) | |
| tree | 02142dbb18e03d46f206bfeaf2281aafe607c722 | |
| parent | f390a1c27da2b89f521960dfe9945bcc9039caa6 (diff) | |
Do not emit DeviceCreated before sdp discover has complete.
| -rw-r--r-- | hcid/adapter.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/hcid/adapter.c b/hcid/adapter.c index 860b01c7..6eb306e9 100644 --- a/hcid/adapter.c +++ b/hcid/adapter.c @@ -3766,12 +3766,6 @@ static DBusHandlerResult create_device(DBusConnection *conn,  	device_browse(device, conn, msg); -	dbus_connection_emit_signal(conn, dbus_message_get_path(msg), -				ADAPTER_INTERFACE, -				"DeviceCreated", -				DBUS_TYPE_OBJECT_PATH, &device->path, -				DBUS_TYPE_INVALID); -  	adapter->devices = g_slist_append(adapter->devices, device);  	return DBUS_HANDLER_RESULT_HANDLED; | 
