summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorZach Johnson <zachoverflow@google.com>2014-10-17 18:25:18 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-03-16 16:51:36 -0700
commitc8235d00e545208e92de1e0a85f2e4763e495cdf (patch)
tree5518095cc912e48fda59236a48556799e806c092 /main
parent980bf99f3e373414b611074778ba7ea51b1510f5 (diff)
downloadandroid_system_bt-c8235d00e545208e92de1e0a85f2e4763e495cdf.tar.gz
android_system_bt-c8235d00e545208e92de1e0a85f2e4763e495cdf.tar.bz2
android_system_bt-c8235d00e545208e92de1e0a85f2e4763e495cdf.zip
Remove remaining references to GOEP
FALSE by bt_target. Header files never used. Missing header files.
Diffstat (limited to 'main')
-rw-r--r--main/bte_init.c10
-rw-r--r--main/bte_logmsg.c8
2 files changed, 2 insertions, 16 deletions
diff --git a/main/bte_init.c b/main/bte_init.c
index 6aa07bdde..0fb0c7389 100644
--- a/main/bte_init.c
+++ b/main/bte_init.c
@@ -67,10 +67,6 @@
#include "dun_api.h"
#endif
-#if (defined(GOEP_INCLUDED) && GOEP_INCLUDED == TRUE)
-#include "goep_util.h"
-#endif /* GOEP included */
-
#if (defined(OPP_INCLUDED) && OPP_INCLUDED == TRUE)
#include "opp_api.h"
#endif /* OPP */
@@ -324,11 +320,6 @@ void BTE_InitStack(void)
#endif /* BTA BI */
#endif /* BIP */
-#if (defined(GOEP_INCLUDED) && GOEP_INCLUDED == TRUE)
- GOEP_Init();
-#endif /* GOEP */
-
-
#if (defined(OPP_INCLUDED) && OPP_INCLUDED == TRUE)
OPP_Init();
#endif
@@ -507,4 +498,5 @@ void BTE_InitStack(void)
#endif /* BTA_INCLUDED == TRUE */
// btla-specific --
+
}
diff --git a/main/bte_logmsg.c b/main/bte_logmsg.c
index b052d5476..9733183b3 100644
--- a/main/bte_logmsg.c
+++ b/main/bte_logmsg.c
@@ -71,9 +71,6 @@
#if (GAP_INCLUDED==TRUE)
#include "gap_api.h"
#endif
-#if (GOEP_INCLUDED==TRUE)
-#include "goep_util.h"
-#endif
#if (HCRP_INCLUDED==TRUE)
#include "hcrp_api.h"
#endif
@@ -122,7 +119,7 @@ static const char * const bt_layer_tags[] = {
"bt-btm",
"bt-gap",
"bt-dun",
- "bt-goep",
+ "UNUSED",
"bt-icp",
"bt-hsp2",
"bt-spp",
@@ -201,9 +198,6 @@ static tBTTRC_FUNC_MAP bttrc_set_level_map[] = {
#if (GAP_INCLUDED==TRUE)
{BTTRC_ID_STK_GAP, BTTRC_ID_STK_GAP, GAP_SetTraceLevel, "TRC_GAP", DEFAULT_CONF_TRACE_LEVEL},
#endif
-#if (GOEP_INCLUDED==TRUE)
- {BTTRC_ID_STK_GOEP, BTTRC_ID_STK_GOEP, GOEP_SetTraceLevel, "TRC_GOEP", DEFAULT_CONF_TRACE_LEVEL},
-#endif
#if (HCRP_INCLUDED==TRUE)
{BTTRC_ID_STK_HCRP, BTTRC_ID_STK_HCRP, HCRP_SetTraceLevel, "TRC_HCRP", DEFAULT_CONF_TRACE_LEVEL},
#endif