OSDN Git Service

Removed obsoleted define statements from bt_target.h
authorPavlin Radoslavov <pavlin@google.com>
Tue, 18 Oct 2016 00:38:02 +0000 (17:38 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Tue, 18 Oct 2016 03:19:51 +0000 (03:19 +0000)
The removed statements were accidentally re-introduced
by an earlier CL that wasn't cherry-picked / rebased properly.

Test: code compilation.
Change-Id: I726a8df99c4a8e7af8130c0ca63306e67c4486c3

include/bt_target.h

index 2adc6fb..b48692a 100644 (file)
 #define AVCT_CMD_BUF_SIZE               288
 #endif
 
-#ifndef AVCT_USER_TX_BUF_SIZE
-#define AVCT_USER_TX_BUF_SIZE           BT_DEFAULT_BUFFER_SIZE
-#endif
-
-#ifndef AVCT_USER_RX_BUF_SIZE
-#define AVCT_USER_RX_BUF_SIZE           BT_DEFAULT_BUFFER_SIZE
-#endif
-
-#ifndef AVCT_FCR_TX_BUF_SIZE
-#define AVCT_FCR_TX_BUF_SIZE            BT_DEFAULT_BUFFER_SIZE
-#endif
-
-#ifndef AVCT_FCR_RX_BUF_SIZE
-#define AVCT_FCR_RX_BUF_SIZE            BT_DEFAULT_BUFFER_SIZE
-#endif
-
 /* AVRCP buffer size for protocol messages */
 #ifndef AVRC_CMD_BUF_SIZE
 #define AVRC_CMD_BUF_SIZE               288
 #define AVCT_NUM_CONN               3
 #endif
 
-/* AVCTP Browsing channel FCR Option:
- * Size of the transmission window when using enhanced retransmission mode. Not used
- * in basic and streaming modes. Range: 1 - 63
- */
-#ifndef AVCT_BR_FCR_OPT_TX_WINDOW_SIZE
-#define AVCT_BR_FCR_OPT_TX_WINDOW_SIZE      10
-#endif
-
-/* AVCTP Browsing channel FCR Option:
- * Number of transmission attempts for a single I-Frame before taking
- * Down the connection. Used In ERTM mode only. Value is Ignored in basic and
- * Streaming modes.
- * Range: 0, 1-0xFF
- *     0 - infinite retransmissions
- *     1 - single transmission
- */
-#ifndef AVCT_BR_FCR_OPT_MAX_TX_B4_DISCNT
-#define AVCT_BR_FCR_OPT_MAX_TX_B4_DISCNT    20
-#endif
-
-/* AVCTP Browsing channel FCR Option: Retransmission Timeout
- * The AVRCP specification set a value in the range of 300 - 2000 ms
- * Timeout (in msecs) to detect Lost I-Frames. Only used in Enhanced retransmission mode.
- * Range: Minimum 2000 (2 secs) when supporting PBF.
- */
-#ifndef AVCT_BR_FCR_OPT_RETX_TOUT
-#define AVCT_BR_FCR_OPT_RETX_TOUT           2000
-#endif
-
-/* AVCTP Browsing channel FCR Option: Monitor Timeout
- * The AVRCP specification set a value in the range of 300 - 2000 ms
- * Timeout (in msecs) to detect Lost S-Frames. Only used in Enhanced retransmission mode.
- * Range: Minimum 12000 (12 secs) when supporting PBF.
- */
-#ifndef AVCT_BR_FCR_OPT_MONITOR_TOUT
-#define AVCT_BR_FCR_OPT_MONITOR_TOUT        12000
-#endif
-
-#ifndef AVCT_BROWSE_INCLUDED
-#define AVCT_BROWSE_INCLUDED        TRUE
-#endif
-
 /******************************************************************************
 **
 ** AVRCP
 #define DUMP_PCM_DATA               FALSE
 #endif
 
-/* TRUE to support the AVRCP 1.6 (GetTotalNumOfItems). */
-#ifndef AVRC_1_6_INCLUDED
-#define AVRC_1_6_INCLUDED           TRUE
-#endif
-
 /******************************************************************************
 **
 ** MCAP