http://bugzilla.moblin.org/show_bug.cgi?id=7089
--- Comment #17 from pohly <patrick.ohly(a)intel.com> 2010-01-04 11:09:56 PST ---
(In reply to comment #16)
Now that I think about it, it is possible to do either way (keep an
up-to-date
list or query when needed), but I still don't think bluetooth applet should do
it... This is the quick and easy way I think (querying when client asks for
templates):
org.Bluez.Manager->DefaultAdapter()
org.Bluez.Adapter->ListDevices()
for all devices:
org.Bluez.Device->GetProperties()
# if UUIDs property includes the sync uuid, create this template
This sounds really simple. I agree, we should do this instead of forcing the
plugin to update the syncevo-dbus-server. I thought it would be harder.
Note that we cannot rely on a UUID. We can only use the MAC address for
matching at this level.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.