Diff between fddc263b48cfb91e06b086b4750903ce51311ca4 and 7ba85583ecb1a06a20c1d47655f9826d627607c2

Changed Files

File Additions Deletions Status
TODO +5 -0 modified

Full Patch

diff --git a/TODO b/TODO
index 7bb100b..4bb0227 100644
--- a/TODO
+++ b/TODO
@@ -17,6 +17,11 @@ Background
 General
 ==========
 
+- Stop passive scanning immediately if the last device in connect_list
+  is removed, instead of waiting for the current cycle to complete. This
+  will require factoring out the passive scanning stopping into its own
+  function.
+
 - UUID handling: Use the new functions created for UUID handling in all parts
   of BlueZ code.  Currently, the new bt_uuid_* functions are being used by
   GATT-related code only.