Home
last modified time | relevance | path

Searched refs:DBUS_PROP_IFACE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/tools/ble/
Dlib_gatt.py36 DBUS_PROP_IFACE = 'org.freedesktop.DBus.Properties' variable
154 @dbus.service.method(DBUS_PROP_IFACE,
204 @dbus.service.method(DBUS_PROP_IFACE, in_signature='s', out_signature='a{sv}')
230 @dbus.service.signal(DBUS_PROP_IFACE,
261 @dbus.service.method(DBUS_PROP_IFACE,
279 @dbus.service.signal(DBUS_PROP_IFACE,
Dlib_ble_client.py41 DBUS_PROP_IFACE = 'org.freedesktop.DBus.Properties' variable
129 …self.adapter.props = dbus.Interface(self.bus.get_object(BLUEZ_SERVICE_NAME, path), DBUS_PROP_IFACE)
154 …props = dbus.Interface(self.bus.get_object(BLUEZ_SERVICE_NAME, self.adapter.path), DBUS_PROP_IFACE)
218 ….props = dbus.Interface(self.bus.get_object(BLUEZ_SERVICE_NAME, self.device.path), DBUS_PROP_IFACE)
270 … device_props = dbus.Interface(self.bus.get_object(BLUEZ_SERVICE_NAME, path), DBUS_PROP_IFACE)
287 …f.device.props = dbus.Interface(self.bus.get_object(BLUEZ_SERVICE_NAME, dev_path), DBUS_PROP_IFACE)
313 service.props = dbus.Interface(received_service, DBUS_PROP_IFACE)
350 char.props = dbus.Interface(received_char, DBUS_PROP_IFACE)
Dlib_gap.py36 DBUS_PROP_IFACE = 'org.freedesktop.DBus.Properties' variable
73 @dbus.service.method(DBUS_PROP_IFACE,