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)
committerPavlin Radoslavov <pavlin@google.com>
Mon, 14 Mar 2016 17:06:45 +0000 (10:06 -0700)
commitf958ee655d67b78018a56a593b6e669ca543991e
treeebbb157107513c8080f6ff184ac1598b2f3d7c5f
parentbb9148eda25d7d39399fd837d4b13be9b4ecccb4
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