Add udev rules definitions
[connman] / test / list-networks
index b446210..8b1ade1 100755 (executable)
@@ -25,7 +25,8 @@ for path in properties["Devices"]:
 
        properties = device.GetProperties()
 
-       if (properties["Type"] != "wifi" and properties["Type"] != "wimax"):
+       if properties["Type"] not in ["wifi", "wimax",
+                                       "bluetooth", "cellular"]:
                continue;
 
        print "[ %s ]" % (path)