From 3c196348ee9922fde76502b107656b07f04b31f3 Mon Sep 17 00:00:00 2001 From: Pavlin Radoslavov Date: Mon, 17 Oct 2016 17:38:02 -0700 Subject: [PATCH] Removed obsoleted define statements from bt_target.h 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 | 63 ----------------------------------------------------- 1 file changed, 63 deletions(-) diff --git a/include/bt_target.h b/include/bt_target.h index 2adc6fb67..b48692a44 100644 --- a/include/bt_target.h +++ b/include/bt_target.h @@ -275,22 +275,6 @@ #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 @@ -1388,48 +1372,6 @@ #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 @@ -1452,11 +1394,6 @@ #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 -- 2.11.0