projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e837a
)
Fix svace issue(27475)
64/197164/1
author
Deokhyun Kim
<dukan.kim@samsung.com>
Thu, 10 Jan 2019 05:09:34 +0000
(14:09 +0900)
committer
Deokhyun Kim
<dukan.kim@samsung.com>
Thu, 10 Jan 2019 05:09:34 +0000
(14:09 +0900)
Change-Id: Ia8d52caaa687ed9cc21e0a9cdc43681b717a7656
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
src/bluetooth-pbap.c
patch
|
blob
|
history
diff --git
a/src/bluetooth-pbap.c
b/src/bluetooth-pbap.c
index d6b5af150a70f1261745f309f7d9ed3c55dc2a1c..f7d17c273b94dd74fe6f97344906e26a0ebf91db 100644
(file)
--- a/
src/bluetooth-pbap.c
+++ b/
src/bluetooth-pbap.c
@@
-180,10
+180,6
@@
int bt_pbap_client_get_phone_book(const char *address, bt_pbap_address_book_sour
if (max_list_count <= 0)
return BT_ERROR_INVALID_PARAMETER;
- /* Maximum value of maxlistcount is 65535 */
- if (max_list_count > 65535)
- max_list_count = 65535;
-
app_param.format = format;
app_param.order = order;
app_param.offset = offset;