From e2197423bcf1a93c620be13d458a9da6693fa94d Mon Sep 17 00:00:00 2001 From: Ravi Nagarajan Date: Thu, 8 Mar 2012 23:57:33 +0530 Subject: 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 --- include/bt_target.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') 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 + /****************************************************************************** ** -- cgit v1.1