summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorZach Johnson <zachoverflow@google.com>2014-10-20 16:33:08 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-03-16 16:51:38 -0700
commitf3bf1b74aba6466a13924d419a4e81cd356ee7e6 (patch)
tree4bd58f18fd78e9b0d598b2aa7b46e577bf6d5273 /main
parentdf7634158b0853bee885cb292dfdd30356615db8 (diff)
downloadandroid_system_bt-f3bf1b74aba6466a13924d419a4e81cd356ee7e6.tar.gz
android_system_bt-f3bf1b74aba6466a13924d419a4e81cd356ee7e6.tar.bz2
android_system_bt-f3bf1b74aba6466a13924d419a4e81cd356ee7e6.zip
Remove uncompiled unused PBAP support
Like OPP, the phone book access profile is implemented in java for android. Cleaning up some references to uncompiled phone book support in bluedroid. Left the few definitions SDP relies on. We can consolidate that later.
Diffstat (limited to 'main')
-rw-r--r--main/bte_init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/main/bte_init.c b/main/bte_init.c
index bc44aa1f4..13820d4dc 100644
--- a/main/bte_init.c
+++ b/main/bte_init.c
@@ -85,10 +85,6 @@
#include "bta_dm_int.h"
-#if BTA_PBS_INCLUDED == TRUE
-#include "bta_pbs_int.h"
-#endif
-
#if BTA_AR_INCLUDED==TRUE
#include "bta_ar_int.h"
#endif
@@ -211,9 +207,6 @@ void BTE_InitStack(void)
#if BTA_HS_INCLUDED == TRUE
memset((void*)bta_hs_cb_ptr, 0, sizeof(tBTA_HS_CB));
#endif
-#if BTA_PBS_INCLUDED==TRUE
- memset((void*)bta_pbs_cb_ptr, 0, sizeof(tBTA_PBS_CB));
-#endif
#if BTA_AR_INCLUDED==TRUE
memset((void *)bta_ar_cb_ptr, 0, sizeof(tBTA_AR_CB));
#endif