Diff between 3aa15b56dca27a73f6bc34467ba0ce4c85ee2d9a and 58c5aafcce9b22d66e5370363717a6db24c21f32

Changed Files

File Additions Deletions Status
TODO +11 -1 modified

Full Patch

diff --git a/TODO b/TODO
index 8a29b6b..5c627fc 100644
--- a/TODO
+++ b/TODO
@@ -60,7 +60,15 @@ BlueZ 5
 Priority/Complexity omitted as all items are required before 5.0 is
 released.
 
-- Merge obexd.git into bluez.git
+- Update the btd_profile connection state tracking so that device.c also
+  knows about remotely initiated connections.
+
+- Update Device.Connect to connect any "auto_connect" profiles that are
+  not currently connected instead of returning "already connected".
+
+- 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
 
@@ -88,6 +96,8 @@ released.
 
 Completed items:
 
+- Merge obexd.git into bluez.git
+
 - Add Agent callback for incoming just-works (RequestAuthorization)
 
 - Switch to standard object manager interface