summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-11 14:06:45 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-11 14:06:45 +0200
commit3dd819edaf67b9d0069a9fcda142ab9c4023b596 (patch)
treee798f86b4130c4a90526dff48aabb044e202528e /TODO
parent22ecdfbbc61ce923d2cfa672d9a48d8a7c972c69 (diff)
downloadbluez-3dd819edaf67b9d0069a9fcda142ab9c4023b596.tar.gz
TODO: Mark profile auto-connection upon registration as done
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 7530e8624..2bb67dfac 100644
--- a/TODO
+++ b/TODO
@@ -60,10 +60,6 @@ BlueZ 5
Priority/Complexity omitted as all items are required before 5.0 is
released.
-- Auto-connect newly registered profiles if we're in a connected state
- created by Device.Connect. This will fix e.g. oFono crashing and
- restarting.
-
- Convert obexd to use org.bluez.Profile
- Convert obexd & obex-client to ObjectManager/Properties
@@ -87,6 +83,10 @@ released.
Completed items:
+- Auto-connect newly registered profiles if we're in a connected state
+ created by Device.Connect. This will fix e.g. oFono crashing and
+ restarting.
+
- Update Device.Connect to connect any "auto_connect" profiles that are
not currently connected instead of returning "already connected".