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
Loading
Please register or sign in to comment