summaryrefslogtreecommitdiff
path: root/obexd/plugins
diff options
context:
space:
mode:
authorGowtham Anandha Babu <gowtham.ab@samsung.com>2014-10-15 19:09:41 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-10-16 09:43:04 +0200
commitd0f7fd035f4a5f5e914450133fac843d09150496 (patch)
tree55caa74652e32ce11f4683217318ca2604c64f0c /obexd/plugins
parent3902d2949d4b12c0d3ee6b54cb714b64c3b2a7c3 (diff)
downloadbluez-d0f7fd035f4a5f5e914450133fac843d09150496.tar.gz
obexd/client/pbap: Add support for spd,fav
Add support for the speed-dial and favorite folders.
Diffstat (limited to 'obexd/plugins')
-rw-r--r--obexd/plugins/phonebook.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/obexd/plugins/phonebook.h b/obexd/plugins/phonebook.h
index fff33c1a4..70a9cb797 100644
--- a/obexd/plugins/phonebook.h
+++ b/obexd/plugins/phonebook.h
@@ -37,6 +37,8 @@
#define PB_CALLS_INCOMING_FOLDER "/telecom/ich"
#define PB_CALLS_MISSED_FOLDER "/telecom/mch"
#define PB_CALLS_OUTGOING_FOLDER "/telecom/och"
+#define PB_CALLS_SPEEDDIAL_FOLDER "/telecom/spd"
+#define PB_CALLS_FAVORITE_FOLDER "/telecom/fav"
#define PB_LUID_FOLDER "/telecom/pb/luid"
#define PB_CONTACTS "/telecom/pb.vcf"
@@ -44,6 +46,8 @@
#define PB_CALLS_INCOMING "/telecom/ich.vcf"
#define PB_CALLS_MISSED "/telecom/mch.vcf"
#define PB_CALLS_OUTGOING "/telecom/och.vcf"
+#define PB_CALLS_SPEEDDIAL "/telecom/spd.vcf"
+#define PB_CALLS_FAVORITE "/telecom/fav.vcf"
#define PB_DEVINFO "/telecom/devinfo.txt"
#define PB_INFO_LOG "/telecom/pb/info.log"
#define PB_CC_LOG "/telecom/pb/luid/cc.log"