summaryrefslogtreecommitdiff
path: root/obexd/client
diff options
context:
space:
mode:
authorGowtham Anandha Babu <gowtham.ab@samsung.com>2014-10-15 19:09:42 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-10-16 09:43:04 +0200
commitfaba6c6e412a07c77a6b2300fce828cbb4bca6dd (patch)
treef3facc33ab8d8275ed8bd05802a88aa429c87c5f /obexd/client
parentd0f7fd035f4a5f5e914450133fac843d09150496 (diff)
downloadbluez-faba6c6e412a07c77a6b2300fce828cbb4bca6dd.tar.gz
obexd/client/pbap: Add missing filter entries
Adds the following filter entries: 1) Speed-dial 2) Uniform Caller Identifier 3) Unique Identifier
Diffstat (limited to 'obexd/client')
-rw-r--r--obexd/client/pbap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/obexd/client/pbap.c b/obexd/client/pbap.c
index 5c28455b2..11574e786 100644
--- a/obexd/client/pbap.c
+++ b/obexd/client/pbap.c
@@ -103,6 +103,9 @@ static const char *filter_list[] = {
"CLASS",
"SORT-STRING",
"X-IRMC-CALL-DATETIME",
+ "X-BT-SPEEDDIALKEY",
+ "X-BT-UCI",
+ "X-BT-UID",
NULL
};