summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrerepa Viswanadham <dham@google.com>2014-12-10 15:34:48 -0800
committerThe Android Automerger <android-build@google.com>2015-02-18 20:56:47 -0800
commit0ed08d62a94235fb6a1a752452a313a3e9be6192 (patch)
treefa61a764c1b1bd45249f5dad2e80d952501b51e7
parentf9f8d177276dfcd1df02a625a913a3afd815164b (diff)
downloadbluedroid-0ed08d62a94235fb6a1a752452a313a3e9be6192.tar.gz
Increase SDP buffer from 750 bytes to 4096 bytes
Bug 18670169 Change-Id: Ida1a6a57dcce94339a190974af4565f14157cdc2
-rw-r--r--bta/gatt/bta_gattc_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bta/gatt/bta_gattc_cache.c b/bta/gatt/bta_gattc_cache.c
index 65026ba..db9ebb6 100644
--- a/bta/gatt/bta_gattc_cache.c
+++ b/bta/gatt/bta_gattc_cache.c
@@ -40,7 +40,7 @@
static void bta_gattc_char_dscpt_disc_cmpl(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb);
static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb);
-#define BTA_GATT_SDP_DB_SIZE 750
+#define BTA_GATT_SDP_DB_SIZE 4096
/*****************************************************************************
** Constants