summaryrefslogtreecommitdiffstats
path: root/include/bt_target.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bt_target.h')
-rwxr-xr-xinclude/bt_target.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index 2b47532..766e3b2 100755
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -286,30 +286,10 @@
#define LINUX_GKI_INCLUDED TRUE
#endif
-#ifndef TICKS_PER_SEC
-#define TICKS_PER_SEC 100
-#endif
-
#ifndef BTA_SYS_TIMER_PERIOD
#define BTA_SYS_TIMER_PERIOD 100
#endif
-#ifndef GKI_BUF1_SIZE
-#define GKI_BUF1_SIZE 288
-#endif
-
-#ifndef GKI_BUF3_MAX
-#define GKI_BUF3_MAX 200
-#endif
-
-#ifndef GKI_BUF3_SIZE
-#define GKI_BUF3_SIZE (4096+16)
-#endif
-
-#ifndef GKI_BUF4_SIZE
-#define GKI_BUF4_SIZE (8080+26)
-#endif
-
#ifndef GKI_SHUTDOWN_EVT
#define GKI_SHUTDOWN_EVT APPL_EVT_7
#endif
@@ -326,22 +306,6 @@
#define LINUX_OS TRUE
#endif
-#ifndef BTU_TASK
-#define BTU_TASK 0
-#endif
-
-#ifndef BTIF_TASK
-#define BTIF_TASK 1
-#endif
-
-#ifndef A2DP_MEDIA_TASK
-#define A2DP_MEDIA_TASK 2
-#endif
-
-#ifndef GKI_MAX_TASKS
-#define GKI_MAX_TASKS 3
-#endif
-
#ifndef BTM_APP_DEV_INIT
#define BTM_APP_DEV_INIT bte_main_post_reset_init
#endif