summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRavi Nagarajan <nravi@broadcom.com>2012-06-05 10:09:44 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:22 -0700
commit6bc6378d9fa5f2bbb07d0b79dad7ccd2dc68f8b1 (patch)
treeaf390ded81df853d34279f0eaf9dd69c30be353a /include
parente6ece00ff74fc304c12e0d34877be6c42748e888 (diff)
downloadexternal_bluetooth_bluedroid-6bc6378d9fa5f2bbb07d0b79dad7ccd2dc68f8b1.zip
external_bluetooth_bluedroid-6bc6378d9fa5f2bbb07d0b79dad7ccd2dc68f8b1.tar.gz
external_bluetooth_bluedroid-6bc6378d9fa5f2bbb07d0b79dad7ccd2dc68f8b1.tar.bz2
Override the CIND response to match HFP 1.5
Change-Id: Ic21c4ee8bfb278bb5859ad6b0f9f02f5a3104202
Diffstat (limited to 'include')
-rwxr-xr-x[-rw-r--r--]include/bt_target.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index 1b4c128..b5ac06c 100644..100755
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -3398,6 +3398,11 @@ The maximum number of payload octets that the local device can receive in a sing
#define BTA_AG_CHLD_VAL "(0,1,2,3)"
#endif
+/* Set the CIND to match HFP 1.5 */
+#ifndef BTA_AG_CIND_INFO
+#define BTA_AG_CIND_INFO "(\"call\",(0,1)),(\"callsetup\",(0-3)),(\"service\",(0-1)),(\"signal\",(0-5)),(\"roam\",(0,1)),(\"battchg\",(0-5)),(\"callheld\",(0-2))"
+#endif
+
/******************************************************************************
**