diff options
author | Srikanth Uppala <suppala@broadcom.com> | 2012-06-17 21:44:48 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:23 -0700 |
commit | 1144d2b375fc67c9b48298e0ffd774d969cfd2cc (patch) | |
tree | 4d36d4f8be4942d769300c242caeb9b9096c6a35 /include/bt_target.h | |
parent | fed66f7b66d29da466e2e67befe3238e7ed8fc6a (diff) | |
download | external_bluetooth_bluedroid-1144d2b375fc67c9b48298e0ffd774d969cfd2cc.zip external_bluetooth_bluedroid-1144d2b375fc67c9b48298e0ffd774d969cfd2cc.tar.gz external_bluetooth_bluedroid-1144d2b375fc67c9b48298e0ffd774d969cfd2cc.tar.bz2 |
resubmit code-cleanup changes lost in gerrit merge
Change-Id: Iebc520d9b10ef220a83a16ff55efa46b4c5a0d27
Diffstat (limited to 'include/bt_target.h')
-rwxr-xr-x | include/bt_target.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/bt_target.h b/include/bt_target.h index b5ac06c..7e29052 100755 --- a/include/bt_target.h +++ b/include/bt_target.h @@ -3022,16 +3022,6 @@ Range: Minimum 12000 (12 secs) on BR/EDR when supporting PBF. #define AVCT_NUM_CONN 3 #endif -/* TRUE to support the browsing channel. */ -#ifndef AVCT_BROWSE_INCLUDED -#define AVCT_BROWSE_INCLUDED TRUE -#endif - -#if ((L2CAP_FCR_INCLUDED == FALSE) && (AVCT_BROWSE_INCLUDED == TRUE)) -#undef AVCT_BROWSE_INCLUDED -#define AVCT_BROWSE_INCLUDED FALSE -#endif - /* Pool ID where to reassemble the SDU. This Pool allows buffers to be used that are larger than the L2CAP_MAX_MTU. */ @@ -3113,16 +3103,6 @@ Range: Minimum 12000 (12 secs) when supporting PBF. #define AVRC_INCLUDED FALSE #endif -/* TRUE to support AVRCP 1.3 - Metadata. */ -#ifndef AVRC_METADATA_INCLUDED -#define AVRC_METADATA_INCLUDED TRUE -#endif - -/* TRUE to support AVRCP 1.4 - Advanced Control. */ -#ifndef AVRC_ADV_CTRL_INCLUDED -#define AVRC_ADV_CTRL_INCLUDED TRUE -#endif - /****************************************************************************** ** ** MCAP |