[Bug 72112] New: PBAP: download in chunks
by bugzilla-daemon@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=72112
Priority: medium
Bug ID: 72112
CC: syncevolution-issues(a)syncevolution.org
Assignee: patrick.ohly(a)intel.com
Summary: PBAP: download in chunks
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: patrick.ohly(a)gmx.de
Hardware: Other
Status: ASSIGNED
Version: 1.4
Component: PBAP
Product: SyncEvolution
Currently SyncEvolution uses a combination of GetSize() and PullAll() without
parameters. There have been suggestions to break up the download into chunks
with Offset and MaxCount parameters to PullAll().
It is unclear what that is supposed to achieve, so use cases are needed which
can only be implemented that way.
It is worth pointing out in this context that uint16 is used in the PBAP API,
including the GetSize() used by SyncEvolution. It is unclear if or how more
than 64K contacts on a phone can be synced.
At the moment, SyncEvolution probably stops at the limit given by GetSize()
even if PullAll() returns more contacts (untested!).
--
You are receiving this mail because:
You are on the CC list for the bug.