summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSatish Kodishala <skodisha@codeaurora.org>2015-08-18 19:27:39 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:21:50 -0600
commit3da22d8f4e2540cd8b46064e850d6638a4af870f (patch)
treed14fefa0343e21aafc5183931dc77e324f366244 /include
parentc34441123ecea46d30f2727972befd5d66f00865 (diff)
downloadandroid_system_bt-3da22d8f4e2540cd8b46064e850d6638a4af870f.tar.gz
android_system_bt-3da22d8f4e2540cd8b46064e850d6638a4af870f.tar.bz2
android_system_bt-3da22d8f4e2540cd8b46064e850d6638a4af870f.zip
Add few logs for phone state change updates
Added few logs to get the phone state updates from Telephony. CRs-fixed: 751733 Change-Id: Ic5553e08f0584fef0705386ba96e0fa852676ba3
Diffstat (limited to 'include')
-rw-r--r--include/bt_target.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index f6eb19313..b99051e23 100644
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -46,8 +46,8 @@
#endif
/* This feature is used to update any QCOM related changes in the stack*/
-#ifndef BLUETOOTH_QCOM_SW
-#define BLUETOOTH_QCOM_SW TRUE
+#ifndef BLUETOOTH_QTI_SW
+#define BLUETOOTH_QTI_SW TRUE
#endif
#ifndef BTUI_OPS_FORMATS
@@ -437,7 +437,7 @@
#define BTM_SCO_HCI_INCLUDED FALSE /* TRUE includes SCO over HCI code */
#endif
-#if (BLUETOOTH_QCOM_SW == TRUE) /* Enable WBS only under this flag.*/
+#if (BLUETOOTH_QTI_SW == TRUE) /* Enable WBS only under this flag.*/
#define BTM_WBS_INCLUDED TRUE
#else
/* Includes WBS if TRUE */