summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRavi Nagarajan <nravi@broadcom.com>2012-03-08 23:57:33 +0530
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:12 -0700
commite2197423bcf1a93c620be13d458a9da6693fa94d (patch)
treebb73c290e824fe47e0ea1caddab0aeee23fa48f6 /include
parent17706aa42214addb95ee4aea5177a8784960dfc1 (diff)
downloadexternal_bluetooth_bluedroid-e2197423bcf1a93c620be13d458a9da6693fa94d.zip
external_bluetooth_bluedroid-e2197423bcf1a93c620be13d458a9da6693fa94d.tar.gz
external_bluetooth_bluedroid-e2197423bcf1a93c620be13d458a9da6693fa94d.tar.bz2
PTS fixes: Add quotes for number in CLIP, remove index 4 from CHLD, re-define the call state values to match CLCC
Change-Id: If8cfcca226fa0aea1cd65ebd852bb02316041f4b
Diffstat (limited to 'include')
-rw-r--r--include/bt_target.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index 67fb6d3..bedea09 100644
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -3396,6 +3396,15 @@ The maximum number of payload octets that the local device can receive in a sing
#define BTA_EIR_SERVER_NUM_CUSTOM_UUID 8
#endif
+/* CHLD override for bluedroid */
+#ifndef BTA_AG_CHLD_VAL_ECC
+#define BTA_AG_CHLD_VAL_ECC "(0,1,1x,2,2x,3)"
+#endif
+
+#ifndef BTA_AG_CHLD_VAL
+#define BTA_AG_CHLD_VAL "(0,1,2,3)"
+#endif
+
/******************************************************************************
**