Home | History | Annotate | Download | only in test

Lines Matching full:device

18 		make_option("-i", "--device", action="store",
51 device = dbus.Interface(bus.get_object("org.bluez", path),
52 "org.bluez.Device")
53 properties = device.GetProperties()
58 def create_device_reply(device):
59 print "New device (%s)" % device
64 print "Creating device failed: %s" % error
93 device = dbus.Interface(bus.get_object("org.bluez", path),
94 "org.bluez.Device")
95 device.Disconnect()
103 device = dbus.Interface(bus.get_object("org.bluez", path),
104 "org.bluez.Device")
109 services = device.DiscoverServices(pattern);
123 device = dbus.Interface(bus.get_object("org.bluez", path),
124 "org.bluez.Device")
125 properties = device.GetProperties()
134 device = dbus.Interface(bus.get_object("org.bluez", path),
135 "org.bluez.Device")
136 properties = device.GetProperties()
145 device = dbus.Interface(bus.get_object("org.bluez", path),
146 "org.bluez.Device")
148 properties = device.GetProperties()
151 device.SetProperty("Alias", args[2])
159 device = dbus.Interface(bus.get_object("org.bluez", path),
160 "org.bluez.Device")
162 properties = device.GetProperties()
171 device.SetProperty("Trusted", value)
179 device = dbus.Interface(bus.get_object("org.bluez", path),
180 "org.bluez.Device")
182 properties = device.GetProperties()
191 device.SetProperty("Blocked", value)
199 device = dbus.Interface(bus.get_object("org.bluez", path),
200 "org.bluez.Device")
201 properties = device.GetProperties()