diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2009-03-13 18:44:15 -0300 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-03-21 00:08:53 +0200 | 
| commit | f079edb01387b6965a62f22e74a5452022fc374e (patch) | |
| tree | 2708b070c07ee9f79931335961ce6cb35644a427 | |
| parent | dd9a0283301480d082ae3e3566ef6aec300fec3f (diff) | |
Don't hide temporary devices on Adapter.ListDevices method.
Adapter.ListDevices should be consistent with Adapter.Devices property.
| -rw-r--r-- | src/adapter.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/src/adapter.c b/src/adapter.c index 69774406..d9844452 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -1441,9 +1441,6 @@ static DBusMessage *list_devices(DBusConnection *conn,  	for (l = adapter->devices; l; l = l->next) {  		struct btd_device *device = l->data; -		if (device_is_temporary(device)) -			continue; -  		dev_path = device_get_path(device);  		dbus_message_iter_append_basic(&array_iter,  | 
