diff options
author | Ed Heyl <ed@google.com> | 2012-07-25 06:19:10 -0700 |
---|---|---|
committer | Ed Heyl <ed@google.com> | 2012-07-25 06:19:10 -0700 |
commit | 81facba4622dd827852bf0ecb9d34e8e571ab4e4 (patch) | |
tree | 4e142feb2c41a99851d6886e12248b94d21eb882 /include/bt_target.h | |
parent | 3ec3b30a9d39c24437f30b98539b542a24e6737d (diff) | |
download | external_bluetooth_bluedroid-81facba4622dd827852bf0ecb9d34e8e571ab4e4.zip external_bluetooth_bluedroid-81facba4622dd827852bf0ecb9d34e8e571ab4e4.tar.gz external_bluetooth_bluedroid-81facba4622dd827852bf0ecb9d34e8e571ab4e4.tar.bz2 |
Fix build breakage: Revert "Fix for CR BLTH01539543"
This reverts commit 3ec3b30a9d39c24437f30b98539b542a24e6737d.
Diffstat (limited to 'include/bt_target.h')
-rwxr-xr-x | include/bt_target.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/bt_target.h b/include/bt_target.h index 5220134..7e29052 100755 --- a/include/bt_target.h +++ b/include/bt_target.h @@ -844,10 +844,8 @@ and USER_HW_DISABLE_API macros */ #endif /* The maximum number of simultaneous links that L2CAP can support. */ -#ifndef MAX_ACL_CONNECTIONS +#ifndef MAX_L2CAP_LINKS #define MAX_L2CAP_LINKS 4 -#else -#define MAX_L2CAP_LINKS MAX_ACL_CONNECTIONS #endif /* The maximum number of simultaneous channels that L2CAP can support. */ @@ -1224,10 +1222,8 @@ and USER_HW_DISABLE_API macros */ #endif /* The maximum simultaneous links to different devices. */ -#ifndef MAX_ACL_CONNECTIONS +#ifndef MAX_BD_CONNECTIONS #define MAX_BD_CONNECTIONS 1 -#else -#define MAX_BD_CONNECTIONS MAX_ACL_CONNECTIONS #endif /* The port receive queue low watermark level, in bytes. */ |