OSDN Git Service

Removed duplicate (re)define of BTA_DM_SDP_DB_SIZE
authorPavlin Radoslavov <pavlin@google.com>
Mon, 14 Mar 2016 17:06:45 +0000 (10:06 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Fri, 25 Mar 2016 20:17:26 +0000 (13:17 -0700)
commit9c89b0f9d948c4b1cb2f87ebc5e379e1bc23ebb9
tree18778e9d1afb4a89f53d77fcc60ad965a5ebfd19
parent3fc1a40c0b9bda27852fe721e5c39ce0c58aeb42
Removed duplicate (re)define of BTA_DM_SDP_DB_SIZE

Removed conditional duplicate re-define of BTA_DM_SDP_DB_SIZE.
BTA_DM_SDP_DB_SIZE has been already (conditionally) defined to 8000
in file include/bt_target.h

The conditional re-define of BTA_DM_SDP_DB_SIZE to a smaller
value (250) in file bta/dm/bta_dm_int.h should be removed, because
it is confusing and error-prone.

Change-Id: Id10a45562c7c57fd0a9131ef50b7b7a5c2801ec5
bta/dm/bta_dm_int.h