TODO: Update obexd & service plugin status

This commit is contained in:
Johan Hedberg 2012-12-12 14:03:12 +02:00
parent c4c9436697
commit 8d3c48664f

12
TODO
View File

@ -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.