From e29c201756805e581b356b9c6930e670d1baca1a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 15 Jan 2018 11:50:52 +1000 Subject: [PATCH] ble: remove obsolete comment Filtering is done a layer above now --- tuhi/ble.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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":