summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-01-31 09:06:49 -0600
committerJohan Hedberg <johan.hedberg@intel.com>2013-01-31 09:06:49 -0600
commit7ba85583ecb1a06a20c1d47655f9826d627607c2 (patch)
tree6a65eb1caaa4158f83d3730783fc0ff82a9a2003 /TODO
parentfddc263b48cfb91e06b086b4750903ce51311ca4 (diff)
downloadbluez-7ba85583ecb1a06a20c1d47655f9826d627607c2.tar.gz
TODO: Add item for improving stopping passive scanning
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7bb100bbc..4bb0227bb 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.