[PATCH BlueZ] test: Fix list-devices when there is more than one adapter

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 test/list-devices | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/list-devices b/test/list-devices
index 0aac217..790b358 100755
--- a/test/list-devices
+++ b/test/list-devices
@@ -31,9 +31,6 @@ def extract_uuids(uuid_list):
 
 objects = manager.GetManagedObjects()
 
-all_devices = (str(path) for path, interfaces in objects.iteritems() if
-					"org.bluez.Device1" in interfaces.keys())
-
 for path, interfaces in objects.iteritems():
 	if "org.bluez.Adapter1" not in interfaces.keys():
 		continue
@@ -49,6 +46,8 @@ for path, interfaces in objects.iteritems():
 		else:
 			print("    %s = %s" % (key, value))
 
+	all_devices = (str(path) for path, interfaces in objects.iteritems() if
+					"org.bluez.Device1" in interfaces.keys())
 	device_list = [d for d in all_devices if d.startswith(path + "/")]
 
 	for dev_path in device_list:
-- 
1.7.11.7

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux