diff --git a/tuhi/ble.py b/tuhi/ble.py index d1dfc17..3407c03 100755 --- a/tuhi/ble.py +++ b/tuhi/ble.py @@ -233,9 +233,7 @@ class BlueZDevice(GObject.Object): class BlueZDeviceManager(GObject.Object): """ Manager object that connects to org.bluez's root object and handles the - devices. If device_filter_callback is set, it is called for each device - and expected to return True if the device should be used or False if the - device should be ignored. + devices. """ __gsignals__ = { "device-added":