summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfredc <fredc@broadcom.com>2012-05-13 15:02:13 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:20 -0700
commit019bddb4812851b93321b721fbdea83426fe1277 (patch)
tree4afa1af50db9132dabb92fe6cbae4e0c5aa683a4 /include
parentc75ac3733bf900da032e6eb9a3c379b103755bac (diff)
downloadexternal_bluetooth_bluedroid-019bddb4812851b93321b721fbdea83426fe1277.zip
external_bluetooth_bluedroid-019bddb4812851b93321b721fbdea83426fe1277.tar.gz
external_bluetooth_bluedroid-019bddb4812851b93321b721fbdea83426fe1277.tar.bz2
Added support to disable HFP via compile time variable in bdroid_<target>.txt
Change-Id: If9b043e96a1eb66c8ca244787de8f8bcb52311bb
Diffstat (limited to 'include')
-rw-r--r--include/bdroid_wingray.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bdroid_wingray.txt b/include/bdroid_wingray.txt
index caed99b..9df0deb 100644
--- a/include/bdroid_wingray.txt
+++ b/include/bdroid_wingray.txt
@@ -194,3 +194,7 @@ HL_INCLUDED = TRUE
NO_GKI_RUN_RETURN = TRUE
AG_VOICE_SETTINGS = HCI_DEFAULT_VOICE_SETTINGS
BTIF_DM_OOB_TEST = TRUE
+BTIF_HSAG_SERVICE_NAME = ("Headset Gateway")
+BTIF_HFAG_SERVICE_NAME = ("Handsfree Gateway")
+BTIF_HF_SERVICES = (BTA_HSP_SERVICE_MASK)
+BTIF_HF_SERVICE_NAMES = { BTIF_HSAG_SERVICE_NAME }