D | lib_gatt.py | 63 def __init__(self, bus, path): argument 66 srv_obj = AlertNotificationService(bus, '0001') 68 dbus.service.Object.__init__(self, bus, self.path) 106 def __init__(self, bus, index, uuid, primary=False): argument 108 self.bus = bus 112 dbus.service.Object.__init__(self, bus, self.path) 153 def __init__(self, bus, index, uuid, flags, service): argument 155 self.bus = bus 161 dbus.service.Object.__init__(self, bus, self.path) 227 def __init__(self, bus, index, uuid, flags, characteristic): argument [all …]
|