Diff between c4c943669719d01b1b7c2c1e6ead9ab81e502c9f and 8d3c48664f26241b4928dab5dc1c7d7837908681

Changed Files

File Additions Deletions Status
TODO +6 -6 modified

Full Patch

diff --git a/TODO b/TODO
index 8d8880c..8851f7d 100644
--- a/TODO
+++ b/TODO
@@ -72,14 +72,8 @@ released.
 - Once the above item is done switch ConnectProfile to match remote_uuid
   instead of local_uuid (as that's more intuitive).
 
-- Convert obexd to use org.bluez.Profile
-
 - Convert obexd & obex-client to ObjectManager/Properties
 
-- Remove org.bluez.Service interface (it has become unnecessary thanks
-  to org.bluez.Profile). obexd needs to be converted to use the new
-  interface first.
-
 - Don't install libbluetooth by default (put it behind a configure switch)
 
 - (maybe) rename or re-design DiscoverServices since it's BR/EDR specific
@@ -95,6 +89,12 @@ released.
 
 Completed items:
 
+- Convert obexd to use org.bluez.Profile
+
+- Remove org.bluez.Service interface (it has become unnecessary thanks
+  to org.bluez.Profile). obexd needs to be converted to use the new
+  interface first.
+
 - 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.