Home | History | Annotate | Download | only in test

Lines Matching full:device

13 		make_option("-i", "--device", action="store",
44 device = dbus.Interface(bus.get_object("org.bluez", path),
45 "org.bluez.Device")
46 properties = device.GetProperties()
55 device = adapter.CreateDevice(args[1])
56 print device
75 device = dbus.Interface(bus.get_object("org.bluez", path),
76 "org.bluez.Device")
81 services = device.DiscoverServices(pattern);
95 device = dbus.Interface(bus.get_object("org.bluez", path),
96 "org.bluez.Device")
97 properties = device.GetProperties()
106 device = dbus.Interface(bus.get_object("org.bluez", path),
107 "org.bluez.Device")
108 properties = device.GetProperties()
117 device = dbus.Interface(bus.get_object("org.bluez", path),
118 "org.bluez.Device")
120 properties = device.GetProperties()
123 device.SetProperty("Alias", args[2])
131 device = dbus.Interface(bus.get_object("org.bluez", path),
132 "org.bluez.Device")
134 properties = device.GetProperties()
143 device.SetProperty("Trusted", value)
151 device = dbus.Interface(bus.get_object("org.bluez", path),
152 "org.bluez.Device")
154 properties = device.GetProperties()
163 device.SetProperty("Blocked", value)