From b3d51e2d73a1e7e0fbd3d7a1b8d203b3d15b81f2 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 19 Jun 2019 15:58:54 -0700 Subject: libqtappfw: pbap: add import verb for contacts To allow the switch from on every connection of updating the contact info to per UI request of syncing. This patchset adds the 'import' verb call. OBEX transfer are very slow and ineffective for redundant data. Also max_entries parameter is still left in for backwards compatiblity but not used in the actual binding call. Bug-AGL: SPEC-2541 Change-Id: I94e43b1fb5f6eeae3efde7d14ce7c3816cebe0ad Signed-off-by: Matt Ranostay --- pbap/pbapmessage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pbap/pbapmessage.h') diff --git a/pbap/pbapmessage.h b/pbap/pbapmessage.h index 65751cb..502879b 100644 --- a/pbap/pbapmessage.h +++ b/pbap/pbapmessage.h @@ -29,6 +29,7 @@ class PbapMessage : public Message private: QStringList verbs { + "import", "contacts", "entry", "history", -- cgit 1.2.3-korg